STARK: Implement NewGame and some small fixing
This commit is contained in:
parent
4bf241d399
commit
842887006a
6 changed files with 75 additions and 2 deletions
|
@ -138,6 +138,7 @@ Common::Error StarkEngine::run() {
|
|||
services.gameInterface = _gameInterface;
|
||||
services.userInterface = _userInterface;
|
||||
services.fontProvider = _fontProvider;
|
||||
services.gameDescription = _gameDescription;
|
||||
|
||||
// Load global resources
|
||||
_resourceProvider->initGlobal();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue