wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src playturn.cpp


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth/src playturn.cpp
Date: Sat, 13 Nov 2004 15:16:06 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        04/11/13 20:10:15

Modified files:
        src            : playturn.cpp 

Log message:
        Replace "???" with "&random-enemy.png,&random-enemy.png" in status table

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/playturn.cpp.diff?tr1=1.286&tr2=1.287&r1=text&r2=text

Patches:
Index: wesnoth/src/playturn.cpp
diff -u wesnoth/src/playturn.cpp:1.286 wesnoth/src/playturn.cpp:1.287
--- wesnoth/src/playturn.cpp:1.286      Sat Nov 13 00:27:25 2004
+++ wesnoth/src/playturn.cpp    Sat Nov 13 20:10:14 2004
@@ -1,4 +1,4 @@
-/* $Id: playturn.cpp,v 1.286 2004/11/13 00:27:25 isaaccp Exp $ */
+/* $Id: playturn.cpp,v 1.287 2004/11/13 20:10:14 isaaccp Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -1579,7 +1579,7 @@
        }
 
        if(fog)
-               items.push_back("???\n");
+               items.push_back("&random-enemy.png,&random-enemy.png");
 
        gui::show_dialog(gui_,NULL,"","",gui::CLOSE_ONLY,&items);
 }




reply via email to

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