Date: Wednesday June 19, 2002 @ 21:51
Author: cameron
Update of /home/netrek/cvsroot/Vanilla/robots
In directory swashbuckler.real-time.com:/var/tmp/cvs-serv27732/robots
Modified Files:
inlcmds.c inlcomm.c
Log Message:
minor grammar fix, Matthew Furrow
****************************************
Index: Vanilla/robots/inlcmds.c
diff -u Vanilla/robots/inlcmds.c:1.8 Vanilla/robots/inlcmds.c:1.9
--- Vanilla/robots/inlcmds.c:1.8 Fri Apr 27 21:42:34 2001
+++ Vanilla/robots/inlcmds.c Wed Jun 19 21:51:46 2002
@@ -156,7 +156,7 @@
(void (*)()) do_timeout }, /* TIMEOUT */
{ "CONTINUE",
C_PR_CAPTAIN | C_PR_INGAME,
- "Requests that the game continues.",
+ "Requests that the game continue.",
(void (*)()) do_pause }, /* CONTINUE */
{ "RESTART",
C_PR_CAPTAIN | C_PR_INGAME,
Index: Vanilla/robots/inlcomm.c
diff -u Vanilla/robots/inlcomm.c:1.21 Vanilla/robots/inlcomm.c:1.22
--- Vanilla/robots/inlcomm.c:1.21 Mon Feb 12 23:05:01 2001
+++ Vanilla/robots/inlcomm.c Wed Jun 19 21:51:46 2002
@@ -792,7 +792,7 @@
}
inl_teams[num].flags &= ~T_PAUSE;
pmessage(0, MALL, inl_from,
- "%s (%s) requests that the game continues.",
+ "%s (%s) requests that the game continue.",
inl_teams[num].t_name,
players[who].p_mapchars);
}