hedgewars/uAIAmmoTests.pas
changeset 2357 babe1a55e284
parent 2177 c045698e044f
child 2376 ece7b87f1334
equal deleted inserted replaced
2356:b756432fd422 2357:babe1a55e284
    43 			flags: Longword;
    43 			flags: Longword;
    44 			end;
    44 			end;
    45 
    45 
    46 const AmmoTests: array[TAmmoType] of TAmmoTest =
    46 const AmmoTests: array[TAmmoType] of TAmmoTest =
    47 			(
    47 			(
       
    48 			(proc: nil;              flags: 0), // amNothing
    48 			(proc: @TestGrenade;     flags: 0), // amGrenade
    49 			(proc: @TestGrenade;     flags: 0), // amGrenade
    49 			(proc: nil;              flags: 0), // amClusterBomb
    50 			(proc: nil;              flags: 0), // amClusterBomb
    50 			(proc: @TestBazooka;     flags: 0), // amBazooka
    51 			(proc: @TestBazooka;     flags: 0), // amBazooka
    51 			(proc: nil;              flags: 0), // amUFO
    52 			(proc: nil;              flags: 0), // amUFO
    52 			(proc: @TestShotgun;     flags: 0), // amShotgun
    53 			(proc: @TestShotgun;     flags: 0), // amShotgun