aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/kyra.h')
-rw-r--r--engines/kyra/kyra.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/kyra.h b/engines/kyra/kyra.h
index e502a886e7..0e28539c13 100644
--- a/engines/kyra/kyra.h
+++ b/engines/kyra/kyra.h
@@ -58,9 +58,9 @@ enum {
struct AudioDataStruct {
const char * const *_fileList;
- const uint _fileListLen;
+ const int _fileListLen;
const void * const _cdaTracks;
- const uint _cdaNumTracks;
+ const int _cdaNumTracks;
};
// TODO: this is just the start of makeing the debug output of the kyra engine a bit more useable