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
|
@ -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")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue