equal
deleted
inserted
replaced
164 |
164 |
165 cScriptName : shortstring; |
165 cScriptName : shortstring; |
166 cScriptParam : shortstring; |
166 cScriptParam : shortstring; |
167 cSeed : shortstring; |
167 cSeed : shortstring; |
168 cVolumeDelta : LongInt; |
168 cVolumeDelta : LongInt; |
|
169 cMuteToggle : boolean; // Mute toggle requested |
169 cHasFocus : boolean; |
170 cHasFocus : boolean; |
170 cInactDelay : Longword; |
171 cInactDelay : Longword; |
171 |
172 |
172 bBetweenTurns : boolean; |
173 bBetweenTurns : boolean; |
173 bWaterRising : boolean; |
174 bWaterRising : boolean; |
2835 fastUntilLag := false; |
2836 fastUntilLag := false; |
2836 fastScrolling := false; |
2837 fastScrolling := false; |
2837 autoCameraOn := true; |
2838 autoCameraOn := true; |
2838 cSeed := ''; |
2839 cSeed := ''; |
2839 cVolumeDelta := 0; |
2840 cVolumeDelta := 0; |
|
2841 cMuteToggle := false; |
2840 cHasFocus := true; |
2842 cHasFocus := true; |
2841 cInactDelay := 100; |
2843 cInactDelay := 100; |
2842 ReadyTimeLeft := 0; |
2844 ReadyTimeLeft := 0; |
2843 |
2845 |
2844 disableLandBack := false; |
2846 disableLandBack := false; |