BACKENDS: Unify AudioCD manager instantiation

This commit is contained in:
Max Horn 2011-06-06 15:02:33 +02:00
parent 338a859591
commit afb06b51cc
18 changed files with 84 additions and 67 deletions

View file

@ -206,6 +206,8 @@ void OSystem_SDL::initBackend() {
setupIcon();
_inited = true;
ModularBackend::initBackend();
}
void OSystem_SDL::initSDL() {