diff options
| author | Torbjörn Andersson | 2003-09-30 06:40:01 +0000 | 
|---|---|---|
| committer | Torbjörn Andersson | 2003-09-30 06:40:01 +0000 | 
| commit | b8fa67a8bbd51e25e96d019fa0e2d942bb0bc6c9 (patch) | |
| tree | 5d0b9239e7947ed45d18e079ae74133610baa20f /sword2/console.cpp | |
| parent | bca464fdf48b9c641baa7e5c42571756e500f056 (diff) | |
| download | scummvm-rg350-b8fa67a8bbd51e25e96d019fa0e2d942bb0bc6c9.tar.gz scummvm-rg350-b8fa67a8bbd51e25e96d019fa0e2d942bb0bc6c9.tar.bz2 scummvm-rg350-b8fa67a8bbd51e25e96d019fa0e2d942bb0bc6c9.zip | |
Changed the "logic" object to use ScummVM naming conventions.
svn-id: r10496
Diffstat (limited to 'sword2/console.cpp')
| -rw-r--r-- | sword2/console.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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]); | 
