equal
deleted
inserted
replaced
243 gmAnimate = $00001000; // with param |
243 gmAnimate = $00001000; // with param |
244 gmPrecise = $00002000; |
244 gmPrecise = $00002000; |
245 |
245 |
246 gmRemoveFromList = $00004000; |
246 gmRemoveFromList = $00004000; |
247 gmAddToList = $00008000; |
247 gmAddToList = $00008000; |
|
248 gmDelete = $00010000; |
248 gmAllStoppable = gmLeft or gmRight or gmUp or gmDown or gmAttack or gmPrecise; |
249 gmAllStoppable = gmLeft or gmRight or gmUp or gmDown or gmAttack or gmPrecise; |
249 |
250 |
250 cMaxSlotIndex = 9; |
251 cMaxSlotIndex = 9; |
251 cMaxSlotAmmoIndex = 5; |
252 cMaxSlotAmmoIndex = 5; |
252 |
253 |