diff options
author | Johannes Schickel | 2010-07-23 00:38:52 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-07-23 00:38:52 +0000 |
commit | cef77cdae271c4d67ec7615069cee774b2c64e3d (patch) | |
tree | 01b2e71108ca456d453e3500053892db75ed1740 /engines/kyra | |
parent | 577e99c4323de51dedeff41fd47aea0b8bdbdcab (diff) | |
download | scummvm-rg350-cef77cdae271c4d67ec7615069cee774b2c64e3d.tar.gz scummvm-rg350-cef77cdae271c4d67ec7615069cee774b2c64e3d.tar.bz2 scummvm-rg350-cef77cdae271c4d67ec7615069cee774b2c64e3d.zip |
KYRA: Formatting fixes.
svn-id: r51186
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/timer_lok.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/kyra/timer_lok.cpp b/engines/kyra/timer_lok.cpp index 0fba739ed0..40426a3dfe 100644 --- a/engines/kyra/timer_lok.cpp +++ b/engines/kyra/timer_lok.cpp @@ -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; |