From de2e283492fc9378909ffa892f2ef5f1b0698e1e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 24 Aug 2009 09:07:21 +0000 Subject: Added code to launch the GMM save/load dialogues from the in-game Player menu, replacing the older code that just saved/loaded the game in a single slot without prompting svn-id: r43685 --- engines/cruise/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/cruise/detection.cpp') diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index 1045ed3b0b..054550e439 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -41,6 +41,10 @@ struct CRUISEGameDescription { uint32 features; }; +const char *CruiseEngine::getGameId() const { + return _gameDescription->desc.gameid; +} + int CruiseEngine::getGameType() const { return _gameDescription->gameType; } -- cgit v1.2.3