equal
deleted
inserted
replaced
380 Binds: TBinds; |
380 Binds: TBinds; |
381 Hedgehogs: array[0..cMaxHHIndex] of THedgehog; |
381 Hedgehogs: array[0..cMaxHHIndex] of THedgehog; |
382 CurrHedgehog: LongWord; |
382 CurrHedgehog: LongWord; |
383 NameTagTex: PTexture; |
383 NameTagTex: PTexture; |
384 GraveTex, |
384 GraveTex, |
385 HealthTex, |
|
386 AIKillsTex, |
385 AIKillsTex, |
387 FlagTex: PTexture; |
386 FlagTex: PTexture; |
388 Flag: shortstring; |
387 Flag: shortstring; |
389 GraveName: shortstring; |
388 GraveName: shortstring; |
390 FortName: shortstring; |
389 FortName: shortstring; |
401 end; |
400 end; |
402 |
401 |
403 TClan = record |
402 TClan = record |
404 Color: Longword; |
403 Color: Longword; |
405 Teams: array[0..Pred(cMaxTeams)] of PTeam; |
404 Teams: array[0..Pred(cMaxTeams)] of PTeam; |
|
405 HealthTex: PTexture; |
406 TeamsNumber: Longword; |
406 TeamsNumber: Longword; |
407 TagTeamIndex: Longword; |
407 TagTeamIndex: Longword; |
408 CurrTeam: LongWord; |
408 CurrTeam: LongWord; |
409 ClanHealth: LongInt; |
409 ClanHealth: LongInt; |
410 ClanIndex: LongInt; |
410 ClanIndex: LongInt; |