Complete.Org: Mailing Lists: Archives: freeciv-dev: January 1999:
[Freeciv-Dev] PATCH: Fix bad "XXX are no more" message.
Home

[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]
To: freeciv-dev@xxxxxxxxxxxx
Subject: [Freeciv-Dev] PATCH: Fix bad "XXX are no more" message.
From: Tony & <stuckey@xxxxxxxxxxxxxxxxx>
Date: Thu, 7 Jan 1999 19:49:44 -0600

        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 & <=