aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.h
diff options
context:
space:
mode:
authorMax Horn2005-05-15 10:02:13 +0000
committerMax Horn2005-05-15 10:02:13 +0000
commite5bbfe8df9e3fb291d840a3cbcdc947185bfd3fa (patch)
tree39eec7a269a702635a1f5fe5709f4e273eddda00 /scumm/akos.h
parent75ffec581ff8eaf040bfc6292e034528923352e4 (diff)
downloadscummvm-rg350-e5bbfe8df9e3fb291d840a3cbcdc947185bfd3fa.tar.gz
scummvm-rg350-e5bbfe8df9e3fb291d840a3cbcdc947185bfd3fa.tar.bz2
scummvm-rg350-e5bbfe8df9e3fb291d840a3cbcdc947185bfd3fa.zip
Renamed costume scale tables; merged the old costume renderer's scale table with the small scale AKOS scale table (they were identical)
svn-id: r18103
Diffstat (limited to 'scumm/akos.h')
-rw-r--r--scumm/akos.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/scumm/akos.h b/scumm/akos.h
index 6a15bf0bdc..b616839940 100644
--- a/scumm/akos.h
+++ b/scumm/akos.h
@@ -27,12 +27,6 @@
namespace Scumm {
-#ifdef __PALM_OS__
-extern const byte *defaultScaleTable;
-#else
-extern const byte defaultScaleTable[768];
-#endif
-
struct CostumeData;
struct AkosHeader;
struct AkosOffset;