Rename sprite flags/functions
svn-id: r17119
This commit is contained in:
parent
c5c6bf838d
commit
013f8b1803
4 changed files with 8 additions and 8 deletions
|
@ -1926,10 +1926,10 @@ void ScummEngine_v100he::o100_setSpriteInfo() {
|
|||
for (; spriteId <= _curMaxSpriteId; spriteId++)
|
||||
switch(args[1]) {
|
||||
case 0:
|
||||
spriteInfoSet_flag15(spriteId, args[0]);
|
||||
spriteInfoGet_flagXFlipped(spriteId, args[0]);
|
||||
break;
|
||||
case 1:
|
||||
spriteInfoSet_flag14(spriteId, args[0]);
|
||||
spriteInfoGet_flagYFlipped(spriteId, args[0]);
|
||||
break;
|
||||
case 2:
|
||||
spriteInfoSet_flagActive(spriteId, args[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue