aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.h
diff options
context:
space:
mode:
authorStrangerke2013-09-08 12:46:16 +0200
committerStrangerke2013-09-08 12:47:04 +0200
commite6956a994b980e81cd83784b67b7feb0d2250a75 (patch)
tree75ab61127ddc89ef6fbba6b21e8c091188ee2cb2 /engines/avalanche/animation.h
parentc6183993f2dc0732d5b480f502355f3843c5588c (diff)
downloadscummvm-rg350-e6956a994b980e81cd83784b67b7feb0d2250a75.tar.gz
scummvm-rg350-e6956a994b980e81cd83784b67b7feb0d2250a75.tar.bz2
scummvm-rg350-e6956a994b980e81cd83784b67b7feb0d2250a75.zip
AVALANCHE: Change type of kSpriteNumbMax to byte
Diffstat (limited to 'engines/avalanche/animation.h')
-rw-r--r--engines/avalanche/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/animation.h b/engines/avalanche/animation.h
index 7b00bc9ec9..1193057c52 100644
--- a/engines/avalanche/animation.h
+++ b/engines/avalanche/animation.h
@@ -98,7 +98,7 @@ public:
kDirStopped
};
- static const int16 kSpriteNumbMax = 5; // current max no. of sprites
+ static const byte kSpriteNumbMax = 5; // current max no. of sprites
enum Proc {
kProcFollowAvvyY = 1,