changelog
authorsheepluva
Sat, 22 Nov 2014 18:06:44 +0100
changeset 10528 17eb01474f42
parent 10527 285b428f391c
child 10529 5e837065977c
changelog
ChangeLog.txt
hedgewars/uGearsRender.pas
--- 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