aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine')
-rw-r--r--engines/cine/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index bfcc39fd29..10c9ffbac7 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -574,7 +574,7 @@ static const CINEGameDescription gameDescriptions[] = {
};
bool CineEngine::initGame() {
- int i = Common::real_ADVANCED_DETECTOR_DETECT_INIT_GAME(
+ int i = Common::ADVANCED_DETECTOR_DETECT_INIT_GAME(
(const byte *)gameDescriptions,
sizeof(CINEGameDescription),
FILE_MD5_BYTES,
@@ -585,7 +585,7 @@ bool CineEngine::initGame() {
}
DetectedGameList GAME_detectGames(const FSList &fslist) {
- return real_ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION(
+ return Common::ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION(
fslist,
(const byte *)gameDescriptions,
sizeof(CINEGameDescription),