Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2005:
[Freeciv-Dev] (PR#14457) S2_0: researched tech reported incorrectly
Home

[Freeciv-Dev] (PR#14457) S2_0: researched tech reported incorrectly

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: yautja@xxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#14457) S2_0: researched tech reported incorrectly
From: "Mateusz Stefek" <mstefek@xxxxxxxxx>
Date: Wed, 26 Oct 2005 00:55:22 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=14457 >

Here's a patch.
--
mateusz
Index: server/plrhand.c
===================================================================
--- server/plrhand.c    (wersja 11195)
+++ server/plrhand.c    (kopia robocza)
@@ -379,7 +379,7 @@
       notify_player_ex(plr, NULL, E_TECH_LEARNED,
                       _("Game: Learned %s.  "
                         "Our scientists focus on %s, goal is %s."),
-                      get_tech_name(plr, next_tech),
+                      get_tech_name(plr, tech_found),
                       get_tech_name(plr, plr->research.researching),
                       get_tech_name(plr, plr->ai.tech_goal));
     } else {

[Prev in Thread] Current Thread [Next in Thread]