equal
deleted
inserted
replaced
1260 end; |
1260 end; |
1261 end; |
1261 end; |
1262 isCursorVisible:= false; |
1262 isCursorVisible:= false; |
1263 HHGear^.State:= HHGear^.State and (not (gstHHDriven or gstAnimation or gstAttacking)); |
1263 HHGear^.State:= HHGear^.State and (not (gstHHDriven or gstAnimation or gstAttacking)); |
1264 AttackBar:= 0; |
1264 AttackBar:= 0; |
|
1265 StopSound(sndThrowPowerUp); |
1265 LuaEndTurnRequested:= false; |
1266 LuaEndTurnRequested:= false; |
1266 LuaNoEndTurnTaunts:= false; |
1267 LuaNoEndTurnTaunts:= false; |
1267 if HHGear^.Damage > 0 then |
1268 if HHGear^.Damage > 0 then |
1268 HHGear^.State:= HHGear^.State and (not (gstHHJumping or gstHHHJump)); |
1269 HHGear^.State:= HHGear^.State and (not (gstHHJumping or gstHHHJump)); |
1269 exit |
1270 exit |