aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 80b27203a5..6df6c24a7d 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -381,7 +381,7 @@ public:
// Core variables
byte _gameId;
byte _version;
- byte _heversion;
+ uint8 _heversion;
uint32 _features; // Should only be accessed for reading (TODO enforce it compiler-wise with making it private and creating an accessor)
uint8 _gameMD5[16];