SCI: Add getGameObjectName to fix compilation
Is needed for 80462b3
(Fix auto-saving in the fan-made Cascade Quest)
This commit is contained in:
parent
80462b3f87
commit
cedcdbc48d
2 changed files with 6 additions and 0 deletions
|
@ -913,6 +913,10 @@ Common::String SciEngine::unwrapFilename(const Common::String &name) const {
|
|||
return name;
|
||||
}
|
||||
|
||||
const char *SciEngine::getGameObjectName() {
|
||||
return _gamestate->_segMan->getObjectName(_gameObjectAddress);
|
||||
}
|
||||
|
||||
int SciEngine::inQfGImportRoom() const {
|
||||
if (_gameId == GID_QFG2 && _gamestate->currentRoomNumber() == 805) {
|
||||
// QFG2 character import screen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue