aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2004-09-24 22:31:42 +0000
committerMax Horn2004-09-24 22:31:42 +0000
commit6749efe84c65434bcbf54fa7130fb072a4e22fb0 (patch)
tree02abe42b1d51442187d8908f029a8a097df7c68d /scumm/gfx.h
parentbad5721c63e2e8c494e30f69fc529b4e54617f35 (diff)
downloadscummvm-rg350-6749efe84c65434bcbf54fa7130fb072a4e22fb0.tar.gz
scummvm-rg350-6749efe84c65434bcbf54fa7130fb072a4e22fb0.tar.bz2
scummvm-rg350-6749efe84c65434bcbf54fa7130fb072a4e22fb0.zip
Avoid out-of-bounds access in V7_SMOOTH_SCROLLING_HACK mode
svn-id: r15258
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index be9fec580b..8ae09d136b 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -272,7 +272,6 @@ protected:
public:
void init();
- void updateNumStrips();
void drawBitmap(const byte *ptr, VirtScreen *vs, int x, int y, const int width, const int height,
int stripnr, int numstrip, byte flag, StripTable *table = 0);