hedgewars/uVariables.pas
changeset 10866 c1f75780c56f
parent 10850 c76ea22ea249
child 10877 baad1cc9b749
--- a/hedgewars/uVariables.pas	Fri Mar 20 15:00:52 2015 -0400
+++ b/hedgewars/uVariables.pas	Sun Mar 22 21:40:16 2015 +0100
@@ -217,6 +217,8 @@
     WorldDx: LongInt;
     WorldDy: LongInt;
 
+    SpeechHogNumber: LongInt;
+
     // for tracking the limits of the visible grid based on cScaleFactor
     ViewLeftX, ViewRightX, ViewBottomY, ViewTopY, ViewWidth, ViewHeight: LongInt;
 
@@ -2675,6 +2677,7 @@
     if cFullscreenHeight = 0 then
         cFullscreenHeight:= min(cWindowedHeight, 480);
 
+    SpeechHogNumber:= -1;
 
     LuaGoals:= '';
     cMapName:= '';