91 const probability: array [0..8] of LongWord = (0,20,30,60,100,200,400,600,800); |
91 const probability: array [0..8] of LongWord = (0,20,30,60,100,200,400,600,800); |
97 TryDo((byte(ammoLoadout[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoProbability[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoDelay[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoReinforcement[0]) = byte(ord(High(TAmmoType)))), 'Incomplete or missing ammo scheme set (incompatible frontend or demo/save?)', true); |
96 TryDo((byte(ammoLoadout[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoProbability[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoDelay[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoReinforcement[0]) = byte(ord(High(TAmmoType)))), 'Incomplete or missing ammo scheme set (incompatible frontend or demo/save?)', true); |
100 TryDo(StoreCnt <= cMaxHHs, 'Ammo stores overflow', true); |
99 TryDo(StoreCnt <= cMaxHHs, 'Ammo stores overflow', true); |