revert costume palette table to 32 and fix actor.cpp compilation

svn-id: r5507
This commit is contained in:
Paweł Kołodziejski 2002-11-10 17:35:02 +00:00
parent da5a347d3e
commit 2a58faff8f
2 changed files with 2 additions and 2 deletions

View File

@ -1144,7 +1144,7 @@ void Actor::setActorCostume(int c)
cost.reset();
}
if (_features & GF_AFTER_V7) {
if (_vm->_features & GF_AFTER_V7) {
for (i = 0; i < 256; i++)
palette[i] = 0xFF;
} else {

View File

@ -82,7 +82,7 @@ public:
int _imgbufoffs;
byte _repcolor;
byte _replen;
byte _palette[256];
byte _palette[32];
void proc6();
void proc5();