equal
deleted
inserted
replaced
1245 LongInt(topY)+WorldDy, |
1245 LongInt(topY)+WorldDy, |
1246 LongInt(rightX)+WorldDx, |
1246 LongInt(rightX)+WorldDx, |
1247 cWaterLine+WorldDy, |
1247 cWaterLine+WorldDy, |
1248 LongInt(leftX)+WorldDx) |
1248 LongInt(leftX)+WorldDx) |
1249 end; |
1249 end; |
1250 // amBee: DrawRotated(sprHandBee, hx, hy, hwSign(Gear^.dX), aangle); |
1250 //amBee: DrawRotatedF(sprHandBee, hx, hy, (RealTicks div 125) mod 4, hwSign(Gear^.dX), aangle); |
|
1251 amBee: DrawRotatedF(sprHandBee, hx, hy, 0, hwSign(Gear^.dX), aangle); |
1251 end; |
1252 end; |
1252 |
1253 |
1253 case amt of |
1254 case amt of |
1254 amAirAttack, |
1255 amAirAttack, |
1255 amMineStrike: DrawRotated(sprHandAirAttack, sx, hwRound(Gear^.Y) + WorldDy, hwSign(Gear^.dX), 0); |
1256 amMineStrike: DrawRotated(sprHandAirAttack, sx, hwRound(Gear^.Y) + WorldDy, hwSign(Gear^.dX), 0); |