aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/staticres.cpp
diff options
context:
space:
mode:
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,