diff -r 019b4fbb21d4 -r b43d175d1577 hedgewars/uVariables.pas --- 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;