mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
Add missing section for C022
svn-id: r14967
This commit is contained in:
parent
d28581ed46
commit
f6d2be2848
@ -1375,6 +1375,7 @@ bool ScummEngine::akos_increaseAnim(Actor *a, int chan, const byte *aksq, const
|
||||
}
|
||||
break;
|
||||
case AKC_C021:
|
||||
case AKC_C022:
|
||||
case AKC_C045:
|
||||
case AKC_C046:
|
||||
case AKC_C047:
|
||||
@ -1516,6 +1517,7 @@ bool ScummEngine::akos_increaseAnim(Actor *a, int chan, const byte *aksq, const
|
||||
break;
|
||||
|
||||
case AKC_C021:
|
||||
case AKC_C022:
|
||||
needRedraw = 1;
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user