From 3a43829b885fe67b3165f2f75778dbbb65d1d560 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 18 Oct 2003 08:11:50 +0000 Subject: Moved the opcode functions into the Logic class. svn-id: r10885 --- sword2/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2/console.cpp') diff --git a/sword2/console.cpp b/sword2/console.cpp index e69fa7a772..b8c811fdec 100644 --- a/sword2/console.cpp +++ b/sword2/console.cpp @@ -497,7 +497,7 @@ uint32 Parse_user_input(void) { Print_current_info(); return 0; case 15: // RUNLIST - LLogic.examineRunList(); + g_logic.examineRunList(); return 0; case 16: // KILL res_man.kill(&input[1][0]); -- cgit v1.2.3