STARK: Add a console command allowing to change the current chapter
This commit is contained in:
parent
5c69f1e9e4
commit
a52dff53f2
5 changed files with 64 additions and 0 deletions
|
@ -115,6 +115,7 @@ Common::Error StarkEngine::run() {
|
|||
_resourceProvider->initGlobal();
|
||||
|
||||
// Start us up at the house of all worlds
|
||||
_global->setCurrentChapter(0);
|
||||
_resourceProvider->requestLocationChange(0x45, 0x00);
|
||||
|
||||
// Start running
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue