mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
Allow copy protection in FOA (Disk) to be enabled.
svn-id: r13536
This commit is contained in:
parent
6bf0cce89c
commit
25df782332
@ -929,7 +929,7 @@ void ScummEngine::launch() {
|
||||
// if (_gameId==GID_MONKEY2 && _bootParam == 0)
|
||||
// _bootParam = 10001;
|
||||
|
||||
if (_gameId == GID_INDY4 && _bootParam == 0) {
|
||||
if (!_copyProtection && _gameId == GID_INDY4 && _bootParam == 0) {
|
||||
_bootParam = -7873;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user