From d7b06b7d4267c0ea6ff537455f940deed303eefb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 28 Feb 2009 22:19:22 +0000 Subject: SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadowing warnings; some other tweaks svn-id: r38984 --- engines/sci/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/console.cpp') diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp index 558121f133..31fac56bae 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -45,7 +45,7 @@ Console::~Console() { bool Console::cmdGetVersion(int argc, const char **argv) { int ver = _vm->getVersion(); - DebugPrintf("Resource file version: %s\n", sci_version_types[_vm->getResMgr()->sci_version]); + DebugPrintf("Resource file version: %s\n", sci_version_types[_vm->getResMgr()->_sciVersion]); DebugPrintf("Emulated interpreter version: %d.%03d.%03d\n", SCI_VERSION_MAJOR(ver), SCI_VERSION_MINOR(ver), SCI_VERSION_PATCHLEVEL(ver)); -- cgit v1.2.3