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.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/touche/staticres.cpp b/engines/touche/staticres.cpp
index 7e460ffe55..1104ec6b5f 100644
--- a/engines/touche/staticres.cpp
+++ b/engines/touche/staticres.cpp
@@ -27,16 +27,6 @@
namespace Touche {
-SpriteData ToucheEngine::_spritesTable[NUM_SPRITES] = {
- { 0x34BC0, 0, 0, 0, 0, 0 },
- { 0x1E848, 0, 0, 0, 0, 0 },
- { 0x1E848, 0, 0, 0, 0, 0 },
- { 0x23A50, 0, 0, 0, 0, 0 },
- { 0x1E848, 0, 0, 0, 0, 0 },
- { 0x23940, 0, 0, 0, 0, 0 }, // room sprite 1
- { 0x1E848, 0, 0, 0, 0, 0 } // room sprite 2
-};
-
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,