Update of /cvsroot/netrek/client/netrekxp/src
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22596/src
Modified Files:
map.c
Log Message:
Fix for planet owner on galactic.
Index: map.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/map.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- map.c 4 Jul 2006 18:03:29 -0000 1.21
+++ map.c 20 Sep 2006 17:08:31 -0000 1.22
@@ -603,7 +603,7 @@
#endif
)? tolower (teamlet[l->pl_owner]) : '?');
W_WriteText (mapw, dx + (BMP_MPLANET_WIDTH / 2) + 2,
- dy - 6, planetColor (l), &ch, 1, planetFont (l));
+ dy - (BMP_MPLANET_HEIGHT / 2) - 6, planetColor (l), &ch, 1, planetFont (l));
}
}
}