From b8fa67a8bbd51e25e96d019fa0e2d942bb0bc6c9 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 30 Sep 2003 06:40:01 +0000 Subject: Changed the "logic" object to use ScummVM naming conventions. svn-id: r10496 --- 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 ef1835acf2..3232aa4f5d 100644 --- a/sword2/console.cpp +++ b/sword2/console.cpp @@ -499,7 +499,7 @@ uint32 Parse_user_input(void) { Print_current_info(); return 0; case 15: // RUNLIST - LLogic.Examine_run_list(); + LLogic.examineRunList(); return 0; case 16: // KILL res_man.Kill_res(&input[1][0]); -- cgit v1.2.3