aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.h
diff options
context:
space:
mode:
authorStrangerke2013-05-06 08:21:50 +0200
committerStrangerke2013-05-06 08:21:50 +0200
commitb1dce29ee895e888253a66ce17e892e04fcccf4d (patch)
treed507ae4bc74c030349e8552699750d3497e79bce /engines/hopkins/globals.h
parent3d5b975c37989ec9c21f3f6b678574903379340b (diff)
downloadscummvm-rg350-b1dce29ee895e888253a66ce17e892e04fcccf4d.tar.gz
scummvm-rg350-b1dce29ee895e888253a66ce17e892e04fcccf4d.tar.bz2
scummvm-rg350-b1dce29ee895e888253a66ce17e892e04fcccf4d.zip
HOPKINS: Get rid of magic values
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r--engines/hopkins/globals.h2
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;