changeset 4647 | 20b982afbe6e |
parent 4626 | 775f43e90383 |
child 4748 | ce9b48de1f52 |
--- a/hedgewars/uWorld.pas Thu Dec 23 17:47:50 2010 +0100 +++ b/hedgewars/uWorld.pas Thu Dec 23 20:26:31 2010 +0100 @@ -1102,8 +1102,8 @@ end else begin - r.x:= ((-icon - 1) shr 5) * 32; - r.y:= ((-icon - 1) mod 32) * 32; + r.x:= ((-icon - 1) shr 4) * 32; + r.y:= ((-icon - 1) mod 16) * 32; missionTex:= RenderHelpWindow(caption, subcaption, text, '', 0, SpritesData[sprAMAmmos].Surface, @r) end; end;