[Scummvm-cvs-logs] SF.net SVN: scummvm:[51186] scummvm/trunk/engines/kyra/timer_lok.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Jul 23 02:38:52 CEST 2010


Revision: 51186
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51186&view=rev
Author:   lordhoto
Date:     2010-07-23 00:38:52 +0000 (Fri, 23 Jul 2010)

Log Message:
-----------
KYRA: Formatting fixes.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/timer_lok.cpp

Modified: scummvm/trunk/engines/kyra/timer_lok.cpp
===================================================================
--- scummvm/trunk/engines/kyra/timer_lok.cpp	2010-07-23 00:20:33 UTC (rev 51185)
+++ scummvm/trunk/engines/kyra/timer_lok.cpp	2010-07-23 00:38:52 UTC (rev 51186)
@@ -76,8 +76,11 @@
 
 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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list