mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
Add newline
Prevent overlapping speech in dig. svn-id: r12530
This commit is contained in:
parent
698eefae58
commit
b8e739ae3d
@ -213,4 +213,4 @@ extern const imuseFtNames _ftSeqNames[];
|
||||
|
||||
} // End of namespace Scumm
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -465,9 +465,11 @@ void Sound::startTalkSound(uint32 offset, uint32 b, int mode, PlayingSoundHandle
|
||||
if (_vm->_gameId == GID_CMI) {
|
||||
_sfxMode |= mode;
|
||||
return;
|
||||
}
|
||||
} else if (_vm->_gameId == GID_DIG) {
|
||||
_sfxMode |= mode;
|
||||
if (!(_vm->_features & GF_DEMO))
|
||||
return;
|
||||
|
||||
if ((_vm->_gameId == GID_DIG) && (_vm->_features & GF_DEMO)) {
|
||||
char filename[30];
|
||||
char roomname[10];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user