aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorJames Brown2002-09-29 15:20:02 +0000
committerJames Brown2002-09-29 15:20:02 +0000
commit13888147068c06121cb9c69b21b6ca239a354819 (patch)
treedf74838c2757686a104eb4e754f92aa72e29eb1c /scumm/gfx.h
parentf54715b4c46b8f54035eb6bfd5a7712f70ffccc7 (diff)
downloadscummvm-rg350-13888147068c06121cb9c69b21b6ca239a354819.tar.gz
scummvm-rg350-13888147068c06121cb9c69b21b6ca239a354819.tar.bz2
scummvm-rg350-13888147068c06121cb9c69b21b6ca239a354819.zip
Patch 616144: Sam and Max layering fix (drawMaskOnBoth rewrite)
svn-id: r5036
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 93eec1e64c..b1f605d193 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -184,7 +184,7 @@ struct Gdi {
enum DrawBitmapFlags {
dbAllowMaskOr = 1,
- dbDrawMaskOnBoth = 2,
+ dbDrawMaskOnAll = 2,
dbClear = 4
};
};