aboutsummaryrefslogtreecommitdiff
path: root/kyra/resource.h
diff options
context:
space:
mode:
authorJames Brown2004-11-11 13:37:35 +0000
committerJames Brown2004-11-11 13:37:35 +0000
commit1f7ccd02938a1e418bf83ed44014631187df7fcb (patch)
tree4520666f4533c081d991932bdb6cb81ae9f0fe7c /kyra/resource.h
parente67ffaaff0c95a25580db000e4fc1cc9ae81940c (diff)
downloadscummvm-rg350-1f7ccd02938a1e418bf83ed44014631187df7fcb.tar.gz
scummvm-rg350-1f7ccd02938a1e418bf83ed44014631187df7fcb.tar.bz2
scummvm-rg350-1f7ccd02938a1e418bf83ed44014631187df7fcb.zip
Bring kyra up-to-date with patch 1051358
svn-id: r15786
Diffstat (limited to 'kyra/resource.h')
-rw-r--r--kyra/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/resource.h b/kyra/resource.h
index 4aadd83b5a..9b159c427d 100644
--- a/kyra/resource.h
+++ b/kyra/resource.h
@@ -114,7 +114,7 @@ namespace Kyra {
bool hasPalette(void) { return (_ownPalette != 0); }
// if col == -1 then no transparany
- void setTransparencyColor(int16 col) { _transparency = col; }
+ void transparency(int16 col) { _transparency = col; }
void drawToPlane(uint8* plane, uint16 planepitch, uint16 planeheight, uint16 x, uint16 y);
void drawToPlane(uint8* plane, uint16 planepitch, uint16 planeheight, uint16 x, uint16 y,