Update of /cvsroot/netrek/client/netrekxp/src
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3547
Modified Files:
dashboard.c
Log Message:
fix typo in comment
Index: dashboard.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/dashboard.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- dashboard.c 13 Dec 2006 09:03:01 -0000 1.15
+++ dashboard.c 13 Dec 2006 23:39:33 -0000 1.16
@@ -956,8 +956,8 @@
/******************************************************************************/
/*** get_closest_planet() - find closest planet to given location
- Useful for determining which planet you are orbitting.
- Made obsolete by F_sp_generic_32 feature packet. ***/
+ Used to determine which planet you are orbiting, when the server
+ does not provide the SP_GENERIC_32 packet. ***/
/******************************************************************************/
int get_closest_planet(int x, int y)
{