diff -r 94c948a92759 -r 05192cdbce9b hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue Nov 30 22:46:47 2010 +0100 +++ b/hedgewars/uVariables.pas Wed Dec 01 00:58:03 2010 +0100 @@ -26,7 +26,9 @@ cReadyDelay : Longword = 0; cLogfileBase : shortstring = 'debug'; ////////////////////////// - + + alsoShutdownFrontend: boolean = false; + isCursorVisible : boolean; isTerminated : boolean; isInLag : boolean; @@ -2102,7 +2104,6 @@ trmsg: array[TMsgStrId] of ansistring; // message of the event trgoal: array[TGoalStrId] of ansistring; // message of the goal - procedure initModule; procedure freeModule;