aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/logic.cpp')
-rw-r--r--sword2/logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/logic.cpp b/sword2/logic.cpp
index 51346af950..3dd94a7af6 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -31,7 +31,7 @@
namespace Sword2 {
-Logic g_logic;
+Logic *g_logic;
#define LEVEL (_curObjectHub->logic_level)