Changed the "logic" object to use ScummVM naming conventions.

svn-id: r10496
This commit is contained in:
Torbjörn Andersson 2003-09-30 06:40:01 +00:00
parent bca464fdf4
commit b8fa67a8bb
10 changed files with 99 additions and 105 deletions

View file

@ -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]);