From 559f2b62ebfa57ce316825aee2da4664e244877d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 19 Dec 2006 23:57:04 +0000 Subject: Renamed real_ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION to ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION, and real_ADVANCED_DETECTOR_DETECT_INIT_GAME to ADVANCED_DETECTOR_DETECT_INIT_GAME svn-id: r24896 --- engines/cine/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/cine') 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), -- cgit v1.2.3