BS1 demo is basically fully supported now.
only some SFX are flipped. svn-id: r15819
This commit is contained in:
parent
38baf0a0d3
commit
17f23ad3d5
4 changed files with 17 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue