equal
deleted
inserted
replaced
45 visStepPos: LongWord; |
45 visStepPos: LongWord; |
46 BotLevel : Byte; // 0 - Human player |
46 BotLevel : Byte; // 0 - Human player |
47 HatVisibility: GLfloat; |
47 HatVisibility: GLfloat; |
48 stats: TStatistics; |
48 stats: TStatistics; |
49 Hat: shortstring; |
49 Hat: shortstring; |
|
50 InitialHealth: Byte; // used for gfResetHealth |
50 King: boolean; // Flag for a bunch of hedgehog attributes |
51 King: boolean; // Flag for a bunch of hedgehog attributes |
51 Unplaced: boolean; // Flag for hog placing mode |
52 Unplaced: boolean; // Flag for hog placing mode |
52 Timer: Longword; |
53 Timer: Longword; |
53 Effects: Array[THogEffect] of boolean; |
54 Effects: Array[THogEffect] of boolean; |
54 end; |
55 end; |