mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
SWORD25: Fix startup
svn-id: r53383
This commit is contained in:
parent
5790f2a8a1
commit
91d1d9eb09
@ -121,6 +121,9 @@ Common::Error Sword25Engine::appStart() {
|
||||
return Common::kUnknownError;
|
||||
}
|
||||
|
||||
Common::StringArray commandParameters;
|
||||
scriptPtr->SetCommandLine(commandParameters);
|
||||
|
||||
return Common::kNoError;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user