aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorMax Horn2005-03-25 01:59:47 +0000
committerMax Horn2005-03-25 01:59:47 +0000
commitdf129b198ce75247dccb78c84b89335fa7441243 (patch)
treeb016c431c4200c222dc529b5dddbc2d000222bff /scumm/gfx.cpp
parent47ee0ce884bc6a2c53a970c013f0a6f1d0d30a21 (diff)
downloadscummvm-rg350-df129b198ce75247dccb78c84b89335fa7441243.tar.gz
scummvm-rg350-df129b198ce75247dccb78c84b89335fa7441243.tar.bz2
scummvm-rg350-df129b198ce75247dccb78c84b89335fa7441243.zip
Some more cleanup
svn-id: r17227
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 4c4bfe9989..af00a6b47c 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -805,8 +805,6 @@ void ScummEngine::redrawBGStrip(int start, int num) {
int s = _screenStartStrip + start;
- assert(s >= 0 && (size_t) s < sizeof(gfxUsageBits) / (3 * sizeof(gfxUsageBits[0])));
-
for (int i = 0; i < num; i++)
setGfxUsageBit(s + i, USAGE_BIT_DIRTY);