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/akos.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scumm/akos.h') 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; -- cgit v1.2.3