aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.cpp
diff options
context:
space:
mode:
authorStrangerke2014-02-20 23:34:56 +0100
committerStrangerke2014-02-20 23:34:56 +0100
commit36a4cda68eda54296d84c647be73863722d6f26a (patch)
tree8dad04dd8a2d4e028b4c2c6916c39bbec61393f3 /engines/voyeur/voyeur.cpp
parentdb34e0ce0d499257df73574f1d9a70312280716b (diff)
downloadscummvm-rg350-36a4cda68eda54296d84c647be73863722d6f26a.tar.gz
scummvm-rg350-36a4cda68eda54296d84c647be73863722d6f26a.tar.bz2
scummvm-rg350-36a4cda68eda54296d84c647be73863722d6f26a.zip
VOYEUR: Fix comment related to iForcedDeath
Diffstat (limited to 'engines/voyeur/voyeur.cpp')
-rw-r--r--engines/voyeur/voyeur.cpp3
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;