equal
deleted
inserted
replaced
367 Hat: shortstring; |
367 Hat: shortstring; |
368 InitialHealth: LongInt; // used for gfResetHealth |
368 InitialHealth: LongInt; // used for gfResetHealth |
369 King: boolean; // Flag for a bunch of hedgehog attributes |
369 King: boolean; // Flag for a bunch of hedgehog attributes |
370 Unplaced: boolean; // Flag for hog placing mode |
370 Unplaced: boolean; // Flag for hog placing mode |
371 Timer: Longword; |
371 Timer: Longword; |
|
372 HealthBarHealth: LongInt; |
372 Effects: array[THogEffect] of LongInt; |
373 Effects: array[THogEffect] of LongInt; |
373 end; |
374 end; |
374 |
375 |
375 TTeam = record |
376 TTeam = record |
376 Clan: PClan; |
377 Clan: PClan; |
385 FlagTex: PTexture; |
386 FlagTex: PTexture; |
386 Flag: shortstring; |
387 Flag: shortstring; |
387 GraveName: shortstring; |
388 GraveName: shortstring; |
388 FortName: shortstring; |
389 FortName: shortstring; |
389 TeamHealth: LongInt; |
390 TeamHealth: LongInt; |
390 TeamHealthBarWidth, |
391 TeamHealthBarHealth: LongInt; |
391 NewTeamHealthBarWidth: LongInt; |
|
392 DrawHealthY: LongInt; |
392 DrawHealthY: LongInt; |
393 AttackBar: LongWord; |
393 AttackBar: LongWord; |
394 HedgehogsNumber: Longword; |
394 HedgehogsNumber: Longword; |
395 hasGone: boolean; |
395 hasGone: boolean; |
396 voicepack: PVoicepack; |
396 voicepack: PVoicepack; |