[Freeciv-Dev] PATCH: Fix bad "XXX are no more" message.
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Seeing "The Egyptian are no more!" is kind of odd. This patch
fixes that.
Index: server/plrhand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/plrhand.c,v
retrieving revision 1.48
diff -u -r1.48 plrhand.c
--- plrhand.c 1998/12/21 07:18:01 1.48
+++ plrhand.c 1999/01/08 01:44:31
@@ -614,7 +614,7 @@
city_list_size(&pplayer->cities)==0) {
pplayer->is_alive=0;
notify_player_ex(0, 0,0, E_DESTROYED, "Game: The %s are no more!",
- races[pplayer->race].name);
+ races[pplayer->race].name_plural);
map_know_all(pplayer);
send_all_known_tiles(pplayer);
}
--
Anthony J. Stuckey stuckey@xxxxxxxxxxxxxxxxx
"When I was young, the sky was filled with stars.
I watched them burn out one by one." -Warren Zevon
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] PATCH: Fix bad "XXX are no more" message.,
Tony & <=
|
|