aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/staticres.cpp
diff options
context:
space:
mode:
authorGregory Montoir2006-11-07 22:24:48 +0000
committerGregory Montoir2006-11-07 22:24:48 +0000
commitf6f1dac199a972339b30f14f5d7630fd0807f670 (patch)
tree8c64318ce7eb15bdd3a686eff464b9e6eced8eba /engines/touche/staticres.cpp
parente1efdfc7f6553250840f910764ca3a70590be82d (diff)
downloadscummvm-rg350-f6f1dac199a972339b30f14f5d7630fd0807f670.tar.gz
scummvm-rg350-f6f1dac199a972339b30f14f5d7630fd0807f670.tar.bz2
scummvm-rg350-f6f1dac199a972339b30f14f5d7630fd0807f670.zip
cleanup
svn-id: r24654
Diffstat (limited to 'engines/touche/staticres.cpp')
-rw-r--r--engines/touche/staticres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/staticres.cpp b/engines/touche/staticres.cpp
index 74a024d202..aaf2763f2f 100644
--- a/engines/touche/staticres.cpp
+++ b/engines/touche/staticres.cpp
@@ -37,7 +37,7 @@ SpriteData ToucheEngine::_spritesTable[NUM_SPRITES] = {
{ 0x1E848, 0, 0, 0, 0, 0 } // room sprite 2
};
-const uint8 ToucheEngine::_directionsTable[] = {
+const uint8 ToucheEngine::_directionsTable[NUM_DIRECTIONS] = {
0x7F, 0x7F, 0x7F, 0x02, 0x02, 0x02, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x7F,
0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F,
0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F,