mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
VOYEUR: Fix comment related to iForcedDeath
This commit is contained in:
parent
db34e0ce0d
commit
36a4cda68e
@ -73,8 +73,7 @@ Common::Error VoyeurEngine::run() {
|
||||
globalInitBolt();
|
||||
|
||||
// The original allows the victim to be explicitly specified via the command line.
|
||||
// We don't currently support this in ScummVM, but I'm leaving the code below
|
||||
// in case we ever want to make use of it.
|
||||
// This is possible in ScummVM by using a boot parameter.
|
||||
if (_iForceDeath >= 1 && _iForceDeath <= 4)
|
||||
_voy._eventFlags |= EVTFLAG_VICTIM_PRESET;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user