equal
deleted
inserted
replaced
88 (proc: nil; flags: 0), // amExtraTime |
88 (proc: nil; flags: 0), // amExtraTime |
89 (proc: nil; flags: 0), // amLaserSight |
89 (proc: nil; flags: 0), // amLaserSight |
90 (proc: nil; flags: 0), // amVampiric |
90 (proc: nil; flags: 0), // amVampiric |
91 (proc: nil; flags: 0), // amSniperRifle |
91 (proc: nil; flags: 0), // amSniperRifle |
92 (proc: nil; flags: 0), // amJetpack |
92 (proc: nil; flags: 0), // amJetpack |
93 (proc: @TestMolotov; flags: 0) // amMolotov |
93 (proc: @TestMolotov; flags: 0), // amMolotov |
|
94 (proc: nil; flags: 0) // amBirdy |
94 ); |
95 ); |
95 |
96 |
96 const BadTurn = Low(LongInt) div 4; |
97 const BadTurn = Low(LongInt) div 4; |
97 |
98 |
98 implementation |
99 implementation |