diff options
author | Travis Howell | 2004-02-24 01:50:13 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-24 01:50:13 +0000 |
commit | e5392aa12c1a03f79eebd6fd65fdb8e01f7f5c49 (patch) | |
tree | 333f0d39e167f8e05271724919f857b31fae29c9 | |
parent | 10f95809ab80f0d108a9abe45bac1de63117cfa5 (diff) | |
download | scummvm-rg350-e5392aa12c1a03f79eebd6fd65fdb8e01f7f5c49.tar.gz scummvm-rg350-e5392aa12c1a03f79eebd6fd65fdb8e01f7f5c49.tar.bz2 scummvm-rg350-e5392aa12c1a03f79eebd6fd65fdb8e01f7f5c49.zip |
Removeout dated fixme (No reports of asserts in minefield)
svn-id: r13013
-rw-r--r-- | scumm/script_v6.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 0904b2a0d1..a2c326a218 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -499,11 +499,6 @@ int ScummEngine_v6::readArray(int array, int idx, int base) { base += idx * FROM_LE_16(ah->dim1); - // FIXME: comment this for the time being as it was causing ft to crash - // in the minefeild - // FIX THE FIXME: fixing an assert by commenting out is bad. It's evil. - // It's wrong. Find the proper cause, or at least, silently return - // from the function, but don't just go on overwriting memory! assert(base >= 0 && base < FROM_LE_16(ah->dim1) * FROM_LE_16(ah->dim2)); if (FROM_LE_16(ah->type) == 4 || (_features & GF_HUMONGOUS |