diff options
Diffstat (limited to 'games/windstille/files/patch-src-script__manager.cpp')
-rw-r--r-- | games/windstille/files/patch-src-script__manager.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/windstille/files/patch-src-script__manager.cpp b/games/windstille/files/patch-src-script__manager.cpp new file mode 100644 index 000000000000..24149d6b8dc8 --- /dev/null +++ b/games/windstille/files/patch-src-script__manager.cpp @@ -0,0 +1,11 @@ +--- src/script_manager.cpp.orig 2007-06-12 21:32:05.000000000 +0400 ++++ src/script_manager.cpp 2009-07-28 23:45:51.000000000 +0400 +@@ -130,7 +130,7 @@ + { + squirrel_vm.waiting_for_events = WakeupData(NO_EVENT); + try { +- if(sq_wakeupvm(squirrel_vm.vm, false, false, true) < 0) { ++ if(sq_wakeupvm(squirrel_vm.vm, false, false, true, false) < 0) { + throw SquirrelError(squirrel_vm.vm, "Couldn't resume script"); + } + } catch(std::exception& e) { |