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 be4b7bc60b..e786f24f86 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -30,7 +30,7 @@
namespace Sword2 {
-Logic *g_logic;
+Logic *g_logic = NULL;
#define LEVEL (_curObjectHub->logic_level)