diff options
Diffstat (limited to 'engines/avalanche/detection.cpp')
-rw-r--r-- | engines/avalanche/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/detection.cpp b/engines/avalanche/detection.cpp index 1ea72b613a..e35c5d2cac 100644 --- a/engines/avalanche/detection.cpp +++ b/engines/avalanche/detection.cpp @@ -40,7 +40,7 @@ uint32 AvalancheEngine::getFeatures() const { } const char *AvalancheEngine::getGameId() const { - return _gameDescription->desc.gameid; + return _gameDescription->desc.gameId; } static const PlainGameDescriptor avalancheGames[] = { |