hedgewars/uStore.pas
changeset 6898 344b0dbd9690
parent 6885 53a87a4c7b35
child 6982 8d41d22a291d
--- 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;