From e5bbfe8df9e3fb291d840a3cbcdc947185bfd3fa Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 15 May 2005 10:02:13 +0000 Subject: 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 --- scumm/base-costume.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scumm/base-costume.h') diff --git a/scumm/base-costume.h b/scumm/base-costume.h index 51d9804b46..0a2fa63a30 100644 --- a/scumm/base-costume.h +++ b/scumm/base-costume.h @@ -42,6 +42,18 @@ struct CostumeInfo { #pragma END_PACK_STRUCTS #endif + + +#ifdef __PALM_OS__ +extern const byte *smallCostumeScaleTable; +extern const byte *bigCostumeScaleTable; +#else +extern const byte smallCostumeScaleTable[256]; +extern const byte bigCostumeScaleTable[768]; +#endif + + + class Actor; class ScummEngine; struct VirtScreen; -- cgit v1.2.3