diff options
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r-- | scumm/script_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index 45fd167f6f..33829da22e 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -1121,7 +1121,7 @@ void ScummEngine_v2::o2_walkActorTo() { int act = getVarOrDirectByte(PARAM_1); - // FIXME: Work around for bug #1252606 + // WORKAROUND bug #1252606 if (_gameId == GID_ZAK && _version == 1 && vm.slot[_currentScript].number == 115 && act == 249) { act = VAR(VAR_EGO); } |