aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gameloader.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-28 15:53:43 +0300
committerEugene Sandulenko2013-09-06 14:51:07 +0300
commit74b662516dec82d17d897510e7ef3a322e7fdd26 (patch)
tree3945c5c457b1251493efaacbd6ae868301d5360a /engines/fullpipe/gameloader.cpp
parent4d215a849ddc7289615e9ba0a6916974c4d64b2a (diff)
downloadscummvm-rg350-74b662516dec82d17d897510e7ef3a322e7fdd26.tar.gz
scummvm-rg350-74b662516dec82d17d897510e7ef3a322e7fdd26.tar.bz2
scummvm-rg350-74b662516dec82d17d897510e7ef3a322e7fdd26.zip
FULLPIPE: Implemented StaticANIObject::countMovements()
Diffstat (limited to 'engines/fullpipe/gameloader.cpp')
-rw-r--r--engines/fullpipe/gameloader.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/fullpipe/gameloader.cpp b/engines/fullpipe/gameloader.cpp
index 1641d4d81e..1049e1cc3d 100644
--- a/engines/fullpipe/gameloader.cpp
+++ b/engines/fullpipe/gameloader.cpp
@@ -184,4 +184,11 @@ void CGameLoader::applyPicAniInfos(Scene *sc, PicAniInfo **picAniInfo, int picAn
warning("STUB: CGameLoader::applyPicAniInfo()");
}
+CGameVar *FullpipeEngine::getGameLoaderGameVar() {
+ if (_gameLoader)
+ return _gameLoader->_gameVar;
+ else
+ return 0;
+}
+
} // End of namespace Fullpipe