Author: alink
Date: Sun Jul  1 02:33:34 2007
New Revision: 18588

URL: http://svn.gna.org/viewcvs/wesnoth?rev=18588&view=rev
Log:
fix a typo in my last commit, thanks tuukkah

Modified:
    trunk/src/game_display.cpp

Modified: trunk/src/game_display.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_display.cpp?rev=18588&r1=18587&r2=18588&view=diff
==============================================================================
--- trunk/src/game_display.cpp (original)
+++ trunk/src/game_display.cpp Sun Jul  1 02:33:34 2007
@@ -216,7 +216,7 @@
 void game_display::draw(bool update,bool force)
 {
        if (screen_.update_locked()) {
-               return
+               return;
        }
 
        //log_scope("Drawing");


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to