Author: anonymissimus
Date: Mon Oct 10 21:14:35 2011
New Revision: 51441

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51441&view=rev
Log:
convert line endings from my previous revision to LF (sry)

Modified:
    trunk/src/game_events.cpp

Modified: trunk/src/game_events.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_events.cpp?rev=51441&r1=51440&r2=51441&view=diff
==============================================================================
--- trunk/src/game_events.cpp (original)
+++ trunk/src/game_events.cpp Mon Oct 10 21:14:35 2011
@@ -684,9 +684,9 @@
                        DBG_EH << "starting buffering...\n";
                }
 
-               void stop_buffering() {
-                       DBG_EH << "stopping buffering...\n";
-                       buffering_ = false;
+               void stop_buffering() {
+                       DBG_EH << "stopping buffering...\n";
+                       buffering_ = false;
                }
 
                /**
@@ -3324,7 +3324,7 @@
        {
                DBG_EH << "committing new event handlers, number of 
pump_instances: " <<
                        pump_manager::count() << "\n";
-               commit_wmi_commands();
+               commit_wmi_commands();
                event_handlers.commit_buffer();
                // Dialogs can only be shown if the display is not locked
                if (!resources::screen->video().update_locked()) {
@@ -3356,7 +3356,7 @@
 
                bool result = false;
                while(events_queue.empty() == false) {
-                       if(pump_manager::count() <= 1)
+                       if(pump_manager::count() <= 1)
                                event_handlers.start_buffering();
                        game_events::queued_event ev = events_queue.front();
                        events_queue.pop_front();       // pop now for 
exception safety
@@ -3394,7 +3394,7 @@
                                }
                        }
 
-                       if(pump_manager::count() <= 1)
+                       if(pump_manager::count() <= 1)
                                event_handlers.stop_buffering();
                        // Only commit new handlers when finished iterating 
over event_handlers.
                        commit();


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

Reply via email to