aboutsummaryrefslogtreecommitdiff
path: root/sword2/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/function.cpp')
-rw-r--r--sword2/function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/function.cpp b/sword2/function.cpp
index eb19aca836..34ba74b70e 100644
--- a/sword2/function.cpp
+++ b/sword2/function.cpp
@@ -367,7 +367,7 @@ int32 Logic::fnResetGlobals(int32 *params) {
res_man.close(1);
// all objects but george
- res_man.killAllObjects(0);
+ res_man.killAllObjects(false);
// FOR THE DEMO - FORCE THE SCROLLING TO BE RESET!
// - this is taken from fnInitBackground