diff options
-rw-r--r-- | engines/voyeur/voyeur.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp index 3f9e74d4b1..7bfb4a74c4 100644 --- a/engines/voyeur/voyeur.cpp +++ b/engines/voyeur/voyeur.cpp @@ -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; |