]> git.street.me.uk Git - andy/viking.git/blobdiff - src/mapcoord.h
Fix CPU usage going to 100% when statusbar items update is called.
[andy/viking.git] / src / mapcoord.h
index 9f274350b0d65888632e31f4860a1dab9cc2ef77..0cc08e464612c4722e619fc42a638cc4dc663d64 100644 (file)
@@ -19,7 +19,6 @@
  *
  */
 
-
 #ifndef __MAP_COORD_H
 #define __MAP_COORD_H
 
@@ -31,8 +30,8 @@
 typedef struct {
   gint x, y;
   gint z; /* zone or anything else */
-  guint scale;
+  gint scale;
 } MapCoord;
 
-
 #endif
+