ZVISION: Set the initial game location (The opening video and menu)

This commit is contained in:
richiesams 2013-08-14 10:29:16 -05:00
parent 65853bfe2b
commit 39934b1da7

View File

@ -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) {