diff -r a9126661f613 -r 344b0dbd9690 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Fri Apr 20 23:03:20 2012 +0400 +++ b/hedgewars/uStore.pas Sat Apr 21 19:51:13 2012 +0400 @@ -1117,7 +1117,7 @@ var ai: TAmmoType; i: LongInt; begin - RegisterVariable('fullscr', vtCommand, @chFullScr, true); + RegisterVariable('fullscr', @chFullScr, true); SDLPrimSurface:= nil;