changeset 10526 | b43d175d1577 |
parent 10472 | 8d04cebedb16 |
child 10532 | 28651db3f90e |
--- a/hedgewars/uVariables.pas Sat Nov 22 04:15:16 2014 +0100 +++ b/hedgewars/uVariables.pas Sat Nov 22 10:22:07 2014 -0500 @@ -37,6 +37,7 @@ cNewScreenHeight : LongInt; cScreenResizeDelay : LongWord; ipcPort : Word; + AprilOne : boolean; cFullScreen : boolean; cLocaleFName : shortstring; cLocale : shortstring; @@ -2651,6 +2652,7 @@ LocalMessage:= 0; cViewLimitsDebug:= false; + AprilOne := false; end; procedure freeModule;