aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2003-06-01 01:02:35 +0000
committerMax Horn2003-06-01 01:02:35 +0000
commite63dec5f56b716a84db3b817a4d18e84a2883468 (patch)
tree0bb8efd3c9cbfe9eec74ca341c25c491d06c6eb6 /scumm/gfx.h
parent3e2a7cc1cf71c8700079a54c7e1f5579fa385c0f (diff)
downloadscummvm-rg350-e63dec5f56b716a84db3b817a4d18e84a2883468.tar.gz
scummvm-rg350-e63dec5f56b716a84db3b817a4d18e84a2883468.tar.bz2
scummvm-rg350-e63dec5f56b716a84db3b817a4d18e84a2883468.zip
clearUpperMask -> clearCharsetMask
svn-id: r8206
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index 7b94f3712b..c07e65d010 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -136,7 +136,7 @@ protected:
public:
void drawBitmap(const byte *ptr, VirtScreen *vs, int x, int y, const int width, const int height,
int stripnr, int numstrip, byte flag);
- void clearUpperMask();
+ void clearCharsetMask();
void disableZBuffer() { _zbufferDisabled = true; }
void enableZBuffer() { _zbufferDisabled = false; }