aboutsummaryrefslogtreecommitdiff
path: root/sword2/console.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-10-18 08:11:50 +0000
committerTorbjörn Andersson2003-10-18 08:11:50 +0000
commit3a43829b885fe67b3165f2f75778dbbb65d1d560 (patch)
tree278c5af17333be11f75eef711c004fc6a606f9f7 /sword2/console.cpp
parent23b3e4cc7da9797d8dcccf7d93a6dd2571272644 (diff)
downloadscummvm-rg350-3a43829b885fe67b3165f2f75778dbbb65d1d560.tar.gz
scummvm-rg350-3a43829b885fe67b3165f2f75778dbbb65d1d560.tar.bz2
scummvm-rg350-3a43829b885fe67b3165f2f75778dbbb65d1d560.zip
Moved the opcode functions into the Logic class.
svn-id: r10885
Diffstat (limited to 'sword2/console.cpp')
-rw-r--r--sword2/console.cpp2
1 files changed, 1 insertions, 1 deletions
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]);