aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-03 19:23:45 +0000
committerJohannes Schickel2008-05-03 19:23:45 +0000
commitd5545bd8c5589e8d919350b932eaed76b28e83e9 (patch)
tree8418c5c56c25d97202fb544660bf6cbf88123610 /engines/kyra/staticres.cpp
parent043f92cb230f6afc83e5635cc1610c5d166e105f (diff)
downloadscummvm-rg350-d5545bd8c5589e8d919350b932eaed76b28e83e9.tar.gz
scummvm-rg350-d5545bd8c5589e8d919350b932eaed76b28e83e9.tar.bz2
scummvm-rg350-d5545bd8c5589e8d919350b932eaed76b28e83e9.zip
- Moved newShape/temporaryScript code to KyraEngine_v2.
- Renamed newShape/temporaryScript code to animationScript. svn-id: r31841
Diffstat (limited to 'engines/kyra/staticres.cpp')
-rw-r--r--engines/kyra/staticres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index 9c9ced2387..723b7d334e 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -1540,7 +1540,7 @@ const char *KyraEngine_HoF::_scriptLangExt[] = {
"JMC"
};
-const int KyraEngine_HoF::_characterFrameTable[] = {
+const uint8 KyraEngine_HoF::_characterFrameTable[] = {
0x19, 0x09, 0x09, 0x12, 0x12, 0x12, 0x09, 0x09
};