aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/hero.h
diff options
context:
space:
mode:
authorlukaslw2014-08-01 17:38:04 +0200
committerlukaslw2014-08-01 17:38:04 +0200
commit3c29d61f6705a6f05d86fa2599a6992d2d17e3ac (patch)
tree9c0033d66c9a1cbf1cb5c52ca27b8159d194d432 /engines/prince/hero.h
parentb3589c76da856239828377a3011525a888b04920 (diff)
downloadscummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.tar.gz
scummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.tar.bz2
scummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.zip
PRINCE: Code clean-up
Diffstat (limited to 'engines/prince/hero.h')
-rw-r--r--engines/prince/hero.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/prince/hero.h b/engines/prince/hero.h
index 7c30fda559..00c47e1dc4 100644
--- a/engines/prince/hero.h
+++ b/engines/prince/hero.h
@@ -41,7 +41,6 @@ class Hero {
public:
static const uint32 kMoveSetSize = 26;
static const int16 kShadowLineArraySize = 2 * 1280 * 4;
- static const int16 kScreenWidth = 640;
static const int16 kStepLeftRight = 8;
static const int16 kStepUpDown = 4;
@@ -189,8 +188,6 @@ public:
uint32 _shadMinus;
};
-}
+} // End of namespace Prince
#endif
-
-/* vim: set tabstop=4 noexpandtab: */