From 446a01ba09192a132ee9b6e40129161a7ec09be0 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 11 Nov 2003 07:43:02 +0000 Subject: Moved low-level keyboard and mouse handling to a new Input class, and renamed the Display class Graphics for no better reason than me liking the phrase "sound and graphics" better than "sound and display". svn-id: r11258 --- sword2/logic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2/logic.cpp') 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) -- cgit v1.2.3