equal
deleted
inserted
replaced
320 TVoice = record |
320 TVoice = record |
321 snd: TSound; |
321 snd: TSound; |
322 voicepack: PVoicePack; |
322 voicepack: PVoicePack; |
323 end; |
323 end; |
324 |
324 |
|
325 THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo; |
325 PHHAmmo = ^THHAmmo; |
326 PHHAmmo = ^THHAmmo; |
326 THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo; |
|
327 |
327 |
328 THedgehog = record |
328 THedgehog = record |
329 Name: shortstring; |
329 Name: shortstring; |
330 Gear: PGear; |
330 Gear: PGear; |
331 GearHidden: PGear; |
331 GearHidden: PGear; |