Cleanup.
svn-id: r26480
This commit is contained in:
parent
aa0f36358b
commit
1c00843f2b
11 changed files with 89 additions and 109 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue