aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/world.cpp
diff options
context:
space:
mode:
authorBorja Lorente2016-06-28 20:56:55 +0200
committerBorja Lorente2016-08-14 18:41:15 +0200
commit0485483254e9ce94acfd4750122a466984227904 (patch)
tree4a48b4adb66ba658a6da038cffa904598d37b108 /engines/macventure/world.cpp
parent08588eb6f914fc77aa443f3844681787bde02949 (diff)
downloadscummvm-rg350-0485483254e9ce94acfd4750122a466984227904.tar.gz
scummvm-rg350-0485483254e9ce94acfd4750122a466984227904.tar.bz2
scummvm-rg350-0485483254e9ce94acfd4750122a466984227904.zip
MACVENTURE: Minor fixes and skull rising
Diffstat (limited to 'engines/macventure/world.cpp')
-rw-r--r--engines/macventure/world.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/macventure/world.cpp b/engines/macventure/world.cpp
index 02d388ab5f..8e83f91057 100644
--- a/engines/macventure/world.cpp
+++ b/engines/macventure/world.cpp
@@ -23,8 +23,7 @@ World::World(MacVentureEngine *engine, Common::MacResManager *resMan) {
_objectConstants = new Container(_engine->getFilePath(kObjectPathID).c_str());
calculateObjectRelations();
- warning("Test functions about to happen");
- _gameText = new Container("Shadowgate II/Shadow Text");
+ _gameText = new Container(_engine->getFilePath(kTextPathID).c_str());
delete saveGameRes;
saveGameFile.close();