mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
MORPHOS: Remove unneeded cast
This commit is contained in:
parent
8c52f6db12
commit
dca7c1829c
@ -39,7 +39,7 @@ int main(int argc, char *argv[]) {
|
||||
assert(g_system);
|
||||
|
||||
// Pre initialize the backend
|
||||
((OSystem_MorphOS *)g_system)->init();
|
||||
g_system->init();
|
||||
|
||||
#ifdef DYNAMIC_MODULES
|
||||
PluginManager::instance().addPluginProvider(new SDLPluginProvider());
|
||||
|
Loading…
x
Reference in New Issue
Block a user