spriteInfoSet_case183 -> spriteInfoSet_resetSprite and its implementation.
svn-id: r16869
This commit is contained in:
parent
d674eddefa
commit
b53b1963a9
4 changed files with 25 additions and 5 deletions
|
@ -1271,7 +1271,7 @@ void ScummEngine_v90he::o90_setSpriteInfo() {
|
|||
spriteId++;
|
||||
|
||||
for (; spriteId <= _curMaxSpriteId; spriteId++)
|
||||
spriteInfoSet_case183(spriteId);
|
||||
spriteInfoSet_resetSprite(spriteId);
|
||||
break;
|
||||
default:
|
||||
error("o90_setSpriteInfo: Unknown case %d", subOp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue