aboutsummaryrefslogtreecommitdiff
path: root/engines/igor/staticres.cpp
diff options
context:
space:
mode:
authorGregory Montoir2007-10-30 22:35:10 +0000
committerGregory Montoir2007-10-30 22:35:10 +0000
commit2a1c68b8a683333616a6373b01adb71b17aab8eb (patch)
treec072396765f6f40b97dc36c0768d41ca4909ceea /engines/igor/staticres.cpp
parentbb0bbdef57265d3bbf729399f80cd00759cd82d1 (diff)
downloadscummvm-rg350-2a1c68b8a683333616a6373b01adb71b17aab8eb.tar.gz
scummvm-rg350-2a1c68b8a683333616a6373b01adb71b17aab8eb.tar.bz2
scummvm-rg350-2a1c68b8a683333616a6373b01adb71b17aab8eb.zip
- added detection of second demo version
- moved the resource entries tables to an external file (IGOR.TBL) - added tool to build IGOR.TBL svn-id: r29332
Diffstat (limited to 'engines/igor/staticres.cpp')
-rw-r--r--engines/igor/staticres.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/igor/staticres.cpp b/engines/igor/staticres.cpp
index aeb0cfb88f..31761ebccf 100644
--- a/engines/igor/staticres.cpp
+++ b/engines/igor/staticres.cpp
@@ -915,12 +915,6 @@ const uint32 IgorEngine::_fdsOffsetsTable[] = {
0x06202C, 0x06202D, 0x06202E, 0x06202F, 0x062030, 0x062031, 0x070CB2
};
-const ResourceEntry IgorEngine::_resourceEntriesTable[] = {
-#include "resource_tbl.h"
-};
-
-const int IgorEngine::_resourceEntriesCount = ARRAYSIZE(_resourceEntriesTable);
-
const uint8 IgorEngine::PAL_48_1[] = {
0x2D, 0x16, 0x00, 0x3D, 0x26, 0x01, 0x32, 0x32, 0x24, 0x16, 0x1D, 0x16, 0x12, 0x19, 0x12, 0x0B,
0x12, 0x0B, 0x32, 0x32, 0x24, 0x16, 0x1D, 0x16, 0x12, 0x19, 0x12, 0x0B, 0x12, 0x0B, 0x3D, 0x3D,