Author: cazfi
Date: Sun Oct 23 09:57:58 2016
New Revision: 34215

URL: http://svn.gna.org/viewcvs/freeciv?rev=34215&view=rev
Log:
Made goto activity icon to use correct offsets.

Reported by Jacob Nevins <jtn>

See bug #25039

Modified:
    branches/S2_6/client/tilespec.c

Modified: branches/S2_6/client/tilespec.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/tilespec.c?rev=34215&r1=34214&r2=34215&view=diff
==============================================================================
--- branches/S2_6/client/tilespec.c     (original)
+++ branches/S2_6/client/tilespec.c     Sun Oct 23 09:57:58 2016
@@ -4109,7 +4109,8 @@
     } else if (punit->activity != ACTIVITY_IDLE) {
       ADD_SPRITE_SIMPLE(t->sprites.unit.connect);
     } else {
-      ADD_SPRITE_FULL(t->sprites.unit.go_to);
+      ADD_SPRITE(t->sprites.unit.go_to, TRUE, FULL_TILE_X_OFFSET + 
t->activity_offset_x,
+                 FULL_TILE_Y_OFFSET + t->activity_offset_y);
     }
   }
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to