Changed the "logic" object to use ScummVM naming conventions.
svn-id: r10496
This commit is contained in:
parent
bca464fdf4
commit
b8fa67a8bb
10 changed files with 99 additions and 105 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue