svn-id: r26480
This commit is contained in:
Travis Howell 2007-04-15 00:55:16 +00:00
parent aa0f36358b
commit 1c00843f2b
11 changed files with 89 additions and 109 deletions

View file

@ -81,7 +81,7 @@ void AGOSEngine::os1_animate() {
uint windowNum = getVarOrByte();
uint x = getVarOrWord();
uint y = getVarOrWord();
uint palette = getVarOrWord();
uint palette = (getVarOrWord() & 15);
if (getFeatures() & GF_TALKIE && vgaSpriteId >= 400) {
_lastVgaWaitFor = 0;