BACKENDS: Shuffle backends class hierarchy and module initialization

This commit is contained in:
Max Horn 2011-06-08 14:29:22 +02:00
parent d670b4bb56
commit fce7f90a94
20 changed files with 42 additions and 27 deletions

View file

@ -144,7 +144,7 @@ void OSystem_Wii::initBackend() {
initSfx();
initEvents();
BaseBackend::initBackend();
EventsBaseBackend::initBackend();
}
void OSystem_Wii::quit() {
@ -361,7 +361,7 @@ Common::String OSystem_Wii::getSystemLanguage() const {
} else {
// This will only happen when new languages are added to the API.
warning("WII: Unknown system language: %d", langID);
return BaseBackend::getSystemLanguage();
return EventsBaseBackend::getSystemLanguage();
}
}
#endif // !GAMECUBE