aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
Diffstat (limited to 'saga')
-rw-r--r--saga/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/image.cpp b/saga/image.cpp
index bed4c18133..319cab0834 100644
--- a/saga/image.cpp
+++ b/saga/image.cpp
@@ -122,7 +122,7 @@ int DecodeBGImageRLE(const byte *inbuf, size_t inbuf_len, byte *outbuf, size_t o
byte mark_byte;
int test_byte;
- uint16 runcount;
+ uint32 runcount;
byte bitfield;
byte bitfield_byte1;