aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
authorMax Horn2003-04-28 18:35:28 +0000
committerMax Horn2003-04-28 18:35:28 +0000
commit99e6ac9a3ba8dc882363104afb9e8753829d25f1 (patch)
treeb8ea6c9aa677af421a71091c1577a4e83be7a218 /scumm/script_v5.cpp
parentc9f80db201bcecbd7a2464cae92755550b0c6f48 (diff)
downloadscummvm-rg350-99e6ac9a3ba8dc882363104afb9e8753829d25f1.tar.gz
scummvm-rg350-99e6ac9a3ba8dc882363104afb9e8753829d25f1.tar.bz2
scummvm-rg350-99e6ac9a3ba8dc882363104afb9e8753829d25f1.zip
fix loom mouse position quirks (even simplified the code :-)
svn-id: r7187
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index 37c97c6acc..dcf1e1ca80 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -2546,6 +2546,8 @@ void Scumm_v5::o5_oldRoomEffect() {
printf("o5_oldRoomEffect ODDBALL: _opcode = 0x%x, a = 0x%x\n", _opcode, a);
// No idea what byte_2FCCF is, but it's a globale boolean flag.
// I only add it here as a temporary hack to make the pseudo code compile.
+ // Maybe it is just there as a reentry protection guard, given
+ // how it is used?
int byte_2FCCF = 0;
if (byte_2FCCF) {