diff -r 204e6b2885bc -r 0dfa56a8513c hedgewars/uStore.pas --- a/hedgewars/uStore.pas Sun Oct 25 15:55:49 2009 +0000 +++ b/hedgewars/uStore.pas Sun Oct 25 16:35:09 2009 +0000 @@ -18,6 +18,7 @@ unit uStore; interface +{$INCLUDE options.inc} uses sysutils, uConsts, uTeams, SDLh, {$IFDEF GLES11} gles11, @@ -25,7 +26,6 @@ GL, GLext, {$ENDIF} uFloat; -{$INCLUDE options.inc} procedure StoreInit; procedure StoreLoad;