BS1 demo is basically fully supported now.

only some SFX are flipped.

svn-id: r15819
This commit is contained in:
Robert Göffringmann 2004-11-15 08:23:09 +00:00
parent 38baf0a0d3
commit 17f23ad3d5
4 changed files with 17 additions and 1 deletions

View file

@ -981,6 +981,8 @@ void Control::doRestore(void) {
Logic::_scriptVars[CHANGE_STANCE] = STAND;
Logic::_scriptVars[CHANGE_PLACE] = cpt->o_place;
SwordEngine::_systemVars.justRestoredGame = 1;
if (SwordEngine::_systemVars.isDemo)
Logic::_scriptVars[PLAYINGDEMO] = 1;
}
void Control::delay(uint32 msecs) {