aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-09 19:11:10 +0000
committerJohannes Schickel2009-08-09 19:11:10 +0000
commitad40f3b46eb898fac1447c7ceb55f312fbed8a8c (patch)
tree7d5701d687cc1853a370dde98570bbcb6c42e104 /engines/kyra/screen.h
parent9711cb0191eee52e2ea26031f078a8adbc94c16a (diff)
downloadscummvm-rg350-ad40f3b46eb898fac1447c7ceb55f312fbed8a8c.tar.gz
scummvm-rg350-ad40f3b46eb898fac1447c7ceb55f312fbed8a8c.tar.bz2
scummvm-rg350-ad40f3b46eb898fac1447c7ceb55f312fbed8a8c.zip
Cleanup AMIGA graphics conversion.
svn-id: r43183
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index d8380d104d..f7fb389fe8 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -342,7 +342,7 @@ public:
static void decodeFrameDelta(uint8 *dst, const uint8 *src, bool noXor = false);
static void decodeFrameDeltaPage(uint8 *dst, const uint8 *src, const int pitch, bool noXor);
- static void convertAmigaGfx(uint8 *data, int w, int h, bool offscreen = true);
+ static void convertAmigaGfx(uint8 *data, int w, int h, int depth = 5, bool wsa = false);
static void convertAmigaMsc(uint8 *data);
protected: