aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/staticres.cpp
diff options
context:
space:
mode:
authorGregory Montoir2006-11-23 22:25:04 +0000
committerGregory Montoir2006-11-23 22:25:04 +0000
commitb373ab1a38bf4de8da1eda5af4d7abea50e1ea80 (patch)
tree235463d63540dcad52423e4384477f8b52a6a406 /engines/touche/staticres.cpp
parentd47d545631fb37528ccad4c993d599c799591dc4 (diff)
downloadscummvm-rg350-b373ab1a38bf4de8da1eda5af4d7abea50e1ea80.tar.gz
scummvm-rg350-b373ab1a38bf4de8da1eda5af4d7abea50e1ea80.tar.bz2
scummvm-rg350-b373ab1a38bf4de8da1eda5af4d7abea50e1ea80.zip
minor cleanup, _spritesTable is no more static
svn-id: r24777
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,