aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine')
-rw-r--r--engines/sci/engine/vm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/vm.cpp b/engines/sci/engine/vm.cpp
index a1e354f092..30c3fd18d4 100644
--- a/engines/sci/engine/vm.cpp
+++ b/engines/sci/engine/vm.cpp
@@ -187,7 +187,7 @@ static const UninitializedReadWorkaround uninitializedReadWorkarounds[] = {
{ "laurabow2", 24, "gcWin", "open", 5, 0xf }, // is used as priority for game menu
{ "freddypharkas", 24, "gcWin", "open", 5, 0xf }, // is used as priority for game menu
{ "freddypharkas", 31, "quitWin", "open", 5, 0xf }, // is used as priority for game menu
- { "islandbrain", 140, "piece", "init", 3, 1 }, // some initialization variable
+ { "islandbrain", 140, "piece", "init", 3, 1 }, // some initialization variable. bnt is done on it, and it should be non-0
{ NULL, -1, NULL, NULL, 0, 0 }
};