Home
last modified time | relevance | path

Searched refs:_ghostroom (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/avalanche/
H A Davalanche.cpp56 _ghostroom = nullptr; in AvalancheEngine()
80 delete _ghostroom; in ~AvalancheEngine()
165 _ghostroom = new GhostRoom(this); in initialize()
H A Davalanche.h91 GhostRoom *_ghostroom; variable
H A Dgraphics.cpp597 ChunkBlock cb = _vm->_ghostroom->readChunkBlock(file); in ghostLoadPicture()
619 ChunkBlock cb = _vm->_ghostroom->readChunkBlock(file); in ghostDrawBackgroundItems()
H A Danimation.cpp821 _vm->_ghostroom->run(); in callSpecial()
/dports/games/scummvm/scummvm-2.5.1/engines/avalanche/
H A Davalanche.cpp56 _ghostroom = nullptr; in AvalancheEngine()
79 delete _ghostroom; in ~AvalancheEngine()
164 _ghostroom = new GhostRoom(this); in initialize()
H A Davalanche.h91 GhostRoom *_ghostroom; variable
H A Dgraphics.cpp597 ChunkBlock cb = _vm->_ghostroom->readChunkBlock(file); in ghostLoadPicture()
619 ChunkBlock cb = _vm->_ghostroom->readChunkBlock(file); in ghostDrawBackgroundItems()
H A Danimation.cpp836 _vm->_ghostroom->run(); in callSpecial()