aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
diff options
context:
space:
mode:
authorMax Horn2009-02-20 15:24:22 +0000
committerMax Horn2009-02-20 15:24:22 +0000
commita2aba2f18e7bac99f21d095b9ccaaa19924e2e46 (patch)
tree92dce39b3c56ae5ad52625c12d6ac5ec1c94dc2f /engines/sci/sci.cpp
parentc3ffac5e6245a20b3311cedf619e3a6f5e40b02c (diff)
downloadscummvm-rg350-a2aba2f18e7bac99f21d095b9ccaaa19924e2e46.tar.gz
scummvm-rg350-a2aba2f18e7bac99f21d095b9ccaaa19924e2e46.tar.bz2
scummvm-rg350-a2aba2f18e7bac99f21d095b9ccaaa19924e2e46.zip
SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other resource manager' that it should be renamed to GraphicsManager or so
svn-id: r38592
Diffstat (limited to 'engines/sci/sci.cpp')
-rw-r--r--engines/sci/sci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index b4336e9b4f..22c7768bdb 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -182,7 +182,7 @@ Common::Error SciEngine::go() {
} */
// FIXME/TODO: Move some of the stuff below to init()
- resource_mgr_t *resmgr;
+ ResourceManager *resmgr;
init_console(); /* So we can get any output */