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, 0 insertions, 11 deletions
diff --git a/games/windstille/files/patch-src-script__manager.cpp b/games/windstille/files/patch-src-script__manager.cpp deleted file mode 100644 index 24149d6b8dc8..000000000000 --- a/games/windstille/files/patch-src-script__manager.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) { |