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

@ -1116,6 +1116,7 @@ void SwordEngine::checkCdFiles(void) { // check if we're running from cd, hdd or
} else { // speech1 & speech2 not present. are we running from cd?
if (test.open("cows.mad")) {
_systemVars.isDemo = true;
Logic::_scriptVars[PLAYINGDEMO] = 1;
test.close();
}
if (test.open("cd1.id")) {