Allow copy protection in FOA (Disk) to be enabled.

svn-id: r13536
This commit is contained in:
Travis Howell 2004-04-11 04:20:09 +00:00
parent 6bf0cce89c
commit 25df782332

View File

@ -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;
}