aboutsummaryrefslogtreecommitdiff
path: root/kyra/resource.h
diff options
context:
space:
mode:
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,