Add missing section for C022

svn-id: r14967
This commit is contained in:
Travis Howell 2004-09-08 22:36:05 +00:00
parent d28581ed46
commit f6d2be2848

View File

@ -1375,6 +1375,7 @@ bool ScummEngine::akos_increaseAnim(Actor *a, int chan, const byte *aksq, const
} }
break; break;
case AKC_C021: case AKC_C021:
case AKC_C022:
case AKC_C045: case AKC_C045:
case AKC_C046: case AKC_C046:
case AKC_C047: case AKC_C047:
@ -1516,6 +1517,7 @@ bool ScummEngine::akos_increaseAnim(Actor *a, int chan, const byte *aksq, const
break; break;
case AKC_C021: case AKC_C021:
case AKC_C022:
needRedraw = 1; needRedraw = 1;
break; break;