aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJohannes Schickel2007-01-25 11:34:32 +0000
committerJohannes Schickel2007-01-25 11:34:32 +0000
commit934ddb109116c0e06bbea68321b3a8df42c60565 (patch)
treee5ebd18b4424748f244200de296bd3c6c89e9679 /engines
parent1f70013b158d277f0abbfe7e81e95b41f6a27420 (diff)
downloadscummvm-rg350-934ddb109116c0e06bbea68321b3a8df42c60565.tar.gz
scummvm-rg350-934ddb109116c0e06bbea68321b3a8df42c60565.tar.bz2
scummvm-rg350-934ddb109116c0e06bbea68321b3a8df42c60565.zip
cleanup
svn-id: r25186
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/plugin.cpp b/engines/kyra/plugin.cpp
index 8e3029ccbd..7b4a51c939 100644
--- a/engines/kyra/plugin.cpp
+++ b/engines/kyra/plugin.cpp
@@ -98,11 +98,11 @@ GameList Engine_KYRA_gameIDList() {
}
GameDescriptor Engine_KYRA_findGameID(const char *gameid) {
- return Common::ADVANCED_DETECTOR_FIND_GAMEID(gameid, detectionParams);
+ return ADVANCED_DETECTOR_FIND_GAMEID(gameid, detectionParams);
}
GameList Engine_KYRA_detectGames(const FSList &fslist) {
- return Common::ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION(fslist, detectionParams);
+ return ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION(fslist, detectionParams);
}
PluginError Engine_KYRA_create(OSystem *syst, Engine **engine) {