--- a/ChangeLog.txt Sat Nov 22 17:46:04 2014 +0100
+++ b/ChangeLog.txt Sat Nov 22 18:06:44 2014 +0100
@@ -16,7 +16,7 @@
+ Various performance tweaks, especially for very large maps.
+ Allow switching through hogs in reverse order with PRECISE+HOGSWITCH (left shift + tab, by default)
+ Added support for custom Sudden Death music to theme.cfg (e.g. sd-music=hell.ogg ).
- + New Hats: policegirl
+ + New Hats: policegirl, fr_tomato
* Fixed drill rockets sometimes exploding on impact.
* Fixed trainings broken due to indestructable targets/crates.
* Fixes and tweaks for low qualily rendering.
--- a/hedgewars/uGearsRender.pas Sat Nov 22 17:46:04 2014 +0100
+++ b/hedgewars/uGearsRender.pas Sat Nov 22 18:06:44 2014 +0100
@@ -807,7 +807,7 @@
DrawTextureRotatedF(curhat, 1.0, -1.0, 0, sx, sy, 18, sign, 32, 32,
sign*Gear^.DirAngle)
end;
-
+
if ((Gear^.State and gstHHJumping) <> 0) then
begin