aboutsummaryrefslogtreecommitdiff
path: root/scumm/boxes.cpp
diff options
context:
space:
mode:
authorMax Horn2003-06-30 22:22:04 +0000
committerMax Horn2003-06-30 22:22:04 +0000
commita610e14a11b58ded763da7009cff2f0067bcebec (patch)
tree2301cd045cb3202db4d143e09e0a26cbbac3a722 /scumm/boxes.cpp
parentc52337b1287dd8728ab5ac8695f25ebfc89062fb (diff)
downloadscummvm-rg350-a610e14a11b58ded763da7009cff2f0067bcebec.tar.gz
scummvm-rg350-a610e14a11b58ded763da7009cff2f0067bcebec.tar.bz2
scummvm-rg350-a610e14a11b58ded763da7009cff2f0067bcebec.zip
this FIXME is obsoleted by my recent fix for getMaskFromBox
svn-id: r8678
Diffstat (limited to 'scumm/boxes.cpp')
-rw-r--r--scumm/boxes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/boxes.cpp b/scumm/boxes.cpp
index 1f2b9f8f45..2597a56276 100644
--- a/scumm/boxes.cpp
+++ b/scumm/boxes.cpp
@@ -82,7 +82,7 @@ static ScummVM::Point closestPtOnLine(int ulx, int uly, int llx, int lly, int x,
byte Scumm::getMaskFromBox(int box) {
- // FIXME: see bug #740244 and #755863. This appears to have been a
+ // Fix for bug #740244 and #755863. This appears to have been a
// long standing bug in the original engine?
if (_version <= 3 && box == 255)
return 1;