Author: mordante
Date: Sun Mar 29 12:07:05 2009
New Revision: 34235

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34235&view=rev
Log:
Fix indention.

Modified:
    trunk/src/intro.cpp

Modified: trunk/src/intro.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/intro.cpp?rev=34235&r1=34234&r2=34235&view=diff
==============================================================================
--- trunk/src/intro.cpp (original)
+++ trunk/src/intro.cpp Sun Mar 29 12:07:05 2009
@@ -91,9 +91,9 @@
                                const std::string var_expected_value = 
(j->second)["value"];
 
                            if(var_actual_value == var_expected_value) {
-                               not_found = false;
-                               show_intro(disp, (j->second), level);
-                               // FIXME: stop? the game_events.cpp version 
doesn't stop.
+                                       not_found = false;
+                                       show_intro(disp, (j->second), level);
+                                       // FIXME: stop? the game_events.cpp 
version doesn't stop.
                            }
                        }
 


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

Reply via email to