changeset 2671 | 7e0f88013fe8 |
parent 2653 | 4922d5fe5316 |
child 2677 | 83ad68ceef72 |
2670:1b327b7515ed | 2671:7e0f88013fe8 |
---|---|
29 GL, |
29 GL, |
30 {$ENDIF} |
30 {$ENDIF} |
31 uLocale; |
31 uLocale; |
32 |
32 |
33 {$INCLUDE "proto.inc"} |
33 {$INCLUDE "proto.inc"} |
34 |
|
34 type |
35 type |
35 |
36 |
36 TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsConfirm, gsExit); |
37 TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsConfirm, gsExit); |
37 |
38 |
38 TGameType = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview); |
39 TGameType = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview); |