author | antonc27 <antonc27@mail.ru> |
Sat, 08 Aug 2015 22:02:31 +0200 | |
branch | ios-revival |
changeset 11090 | 874e477700d5 |
parent 11089 | 9e30ed87f966 |
child 11091 | 217199fb275b |
--- a/hedgewars/uWorld.pas Sat Aug 08 21:58:28 2015 +0200 +++ b/hedgewars/uWorld.pas Sat Aug 08 22:02:31 2015 +0200 @@ -1148,7 +1148,7 @@ procedure ShiftWorld(Dir: LongInt); inline; begin preShiftWorldDx:= WorldDx; - WorldDx:= WorldDx + Dir * LongInt(playWidth); + WorldDx:= WorldDx + LongInt(Dir * LongInt(playWidth)); end;