CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <[EMAIL PROTECTED]>     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 <[EMAIL PROTECTED]>
    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