mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
KYRA: Formatting fixes.
svn-id: r51186
This commit is contained in:
parent
577e99c432
commit
cef77cdae2
@ -76,8 +76,11 @@ void KyraEngine_LoK::setupTimers() {
|
||||
|
||||
void KyraEngine_LoK::timerUpdateHeadAnims(int timerNum) {
|
||||
static int8 currentFrame = 0;
|
||||
static const int8 frameTable[] = {4, 5, 4, 5, 4, 5, 0, 1, 4, 5,
|
||||
4, 4, 6, 4, 8, 1, 9, 4, -1};
|
||||
static const int8 frameTable[] = {
|
||||
4, 5, 4, 5, 4, 5, 0, 1,
|
||||
4, 5, 4, 4, 6, 4, 8, 1,
|
||||
9, 4, -1
|
||||
};
|
||||
|
||||
if (_talkingCharNum < 0)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user