mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
Alternative intro. is only in CD versions.
svn-id: r12816
This commit is contained in:
parent
343037f0ec
commit
6bbbc2eb02
@ -2119,7 +2119,8 @@ bool LogicGame::preChangeRoom() {
|
||||
|
||||
// XXX enable talking for talkie version
|
||||
|
||||
if (ConfMan.getBool("alt_intro")) {
|
||||
if (!_vm->resource()->isDemo() && !_vm->resource()->isInterview() && !_vm->resource()->isFloppy()
|
||||
&& ConfMan.getBool("alt_intro")) {
|
||||
playCutaway("cintr.cut");
|
||||
} else {
|
||||
playCutaway("cdint.cut");
|
||||
|
Loading…
x
Reference in New Issue
Block a user