From 8ad1ec44532e7ac1d30c9579caeb34a0dfe4b4f7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 5 Nov 2003 20:42:33 +0000 Subject: setup opcode table *before* using it to avoid crashes :-) svn-id: r11156 --- sword2/logic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2') diff --git a/sword2/logic.h b/sword2/logic.h index 9eda55c624..6820d1a6a3 100644 --- a/sword2/logic.h +++ b/sword2/logic.h @@ -170,8 +170,8 @@ public: _speechScriptWaiting(0), _speechTextBlocNo(0), _choosing(false), _unpauseZone(0) { memset(_subjectList, 0, sizeof(_subjectList)); - initStartMenu(); setupOpcodes(); + initStartMenu(); } // "TEXT" - current official text line number - will match the wav -- cgit v1.2.3