changeset 626 | a30171dbcd19 |
parent 622 | cedd47d956ec |
child 753 | 40fc0deb388f |
--- a/hedgewars/uMisc.pas Sat Dec 01 12:38:15 2007 +0000 +++ b/hedgewars/uMisc.pas Sun Dec 02 17:29:20 2007 +0000 @@ -27,6 +27,7 @@ isSoundEnabled : boolean = true; isSEBackup : boolean = true; isInMultiShoot : boolean = false; + isSpeed : boolean = false; GameState : TGameState = Low(TGameState); GameType : TGameType = gmtLocal;