mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
ZVISION: Set the initial game location (The opening video and menu)
This commit is contained in:
parent
65853bfe2b
commit
39934b1da7
@ -41,6 +41,7 @@ ScriptManager::ScriptManager(ZVision *engine)
|
||||
|
||||
void ScriptManager::initialize() {
|
||||
parseScrFile("universe.scr", true);
|
||||
changeLocation('g', 'a', 'r', 'y', 0);
|
||||
}
|
||||
|
||||
void ScriptManager::update(uint deltaTimeMillis) {
|
||||
|
Loading…
Reference in New Issue
Block a user