STARK: Implement NewGame and some small fixing

This commit is contained in:
Douglas Liu 2018-05-17 14:41:06 +08:00
parent 4bf241d399
commit 842887006a
6 changed files with 75 additions and 2 deletions

View file

@ -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();