diff options
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r-- | engines/hopkins/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h index f86a810c28..94512c3d26 100644 --- a/engines/hopkins/globals.h +++ b/engines/hopkins/globals.h @@ -172,7 +172,7 @@ public: int _characterMaxPosY; int _baseMapColor; int _spriteSize[500]; - int _characterType; + PlayerCharacter _characterType; uint _speed; byte *_answerBuffer; Savegame *_saveData; |