STARK: Use an actual game cursor

This commit is contained in:
Bastien Bouclet 2015-02-22 11:55:17 +01:00
parent 73ee04635a
commit ffa10dafab
5 changed files with 35 additions and 14 deletions

View file

@ -124,6 +124,7 @@ Common::Error StarkEngine::run() {
// Load global resources
_resourceProvider->initGlobal();
_staticProvider->init();
_cursor->init();
// Start us up at the house of all worlds
_global->setCurrentChapter(0);