aboutsummaryrefslogtreecommitdiff
path: root/graphics/dxa_player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dxa_player.cpp')
-rw-r--r--graphics/dxa_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dxa_player.cpp b/graphics/dxa_player.cpp
index 9d9ca4bb14..2af2e3b609 100644
--- a/graphics/dxa_player.cpp
+++ b/graphics/dxa_player.cpp
@@ -287,7 +287,7 @@ void DXAPlayer::decode12(byte *data, int size, int totalSize) {
#endif
}
-void DXAPlayer::decode13(uint8 *data, int size, int totalSize) {
+void DXAPlayer::decode13(byte *data, int size, int totalSize) {
#ifdef USE_ZLIB
uint8 *codeBuf, *dataBuf, *motBuf, *maskBuf;