hedgewars/uVariables.pas
changeset 4437 05192cdbce9b
parent 4396 3cfd2e15464a
child 4465 743673c67d0c
--- 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;