aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.h
diff options
context:
space:
mode:
authoruruk2013-09-08 12:57:34 +0200
committeruruk2013-09-08 12:57:34 +0200
commit3950c871f220be48da65e44c87362016af8af340 (patch)
tree85ea6063564f828d5f0a5f41b2d60eeb0672e468 /engines/avalanche/animation.h
parent48f2a79ed2adefbc9b3fe79ef1dc54e052871d83 (diff)
parente6956a994b980e81cd83784b67b7feb0d2250a75 (diff)
downloadscummvm-rg350-3950c871f220be48da65e44c87362016af8af340.tar.gz
scummvm-rg350-3950c871f220be48da65e44c87362016af8af340.tar.bz2
scummvm-rg350-3950c871f220be48da65e44c87362016af8af340.zip
AVALANCHE: Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
Conflicts: engines/avalanche/animation.cpp
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 f78d0b157b..73abadac2e 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,