aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.cpp
diff options
context:
space:
mode:
authorStrangerke2013-02-19 07:54:57 +0100
committerStrangerke2013-02-19 07:55:38 +0100
commit72f7421b6d156b9c0e43aff116f5471aca322296 (patch)
tree6ce72341f340f2ae9908d627728aaa2b6304fa79 /engines/hopkins/globals.cpp
parent38e9dbfe3f641bfd4564a0103a5d97ec815904f3 (diff)
downloadscummvm-rg350-72f7421b6d156b9c0e43aff116f5471aca322296.tar.gz
scummvm-rg350-72f7421b6d156b9c0e43aff116f5471aca322296.tar.bz2
scummvm-rg350-72f7421b6d156b9c0e43aff116f5471aca322296.zip
HOPKINS: Remove a couple of useless variables and associated dead code
Diffstat (limited to 'engines/hopkins/globals.cpp')
-rw-r--r--engines/hopkins/globals.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hopkins/globals.cpp b/engines/hopkins/globals.cpp
index 633f222092..f08dd59db6 100644
--- a/engines/hopkins/globals.cpp
+++ b/engines/hopkins/globals.cpp
@@ -107,7 +107,6 @@ Globals::Globals() {
_oldDirectionSpriteIdx = 59;
_lastDirection = DIR_NONE;
NUM_FICHIER_OBJ = 0;
- nbrligne = 0;
_boxWidth = 0;
_objectWidth = _objectHeight = 0;
_catalogPos = 0;
@@ -238,7 +237,6 @@ void Globals::clearAll() {
for (int idx = 0; idx < 6; ++idx)
CACHE_BANQUE[idx] = g_PTRNUL;
- nbrligne = 80;
INIT_ANIM();
_boxWidth = 0;