Switch to uint for safety.

svn-id: r17702
This commit is contained in:
Travis Howell 2005-04-20 01:49:01 +00:00
parent f360102741
commit a77a0656ea

View File

@ -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];