[Scummvm-cvs-logs] SF.net SVN: scummvm: [29290] scummvm/trunk/engines/cruise

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Oct 28 14:57:43 CET 2007


Revision: 29290
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29290&view=rev
Author:   fingolfin
Date:     2007-10-28 06:57:43 -0700 (Sun, 28 Oct 2007)

Log Message:
-----------
Fix warning & code formatting

Modified Paths:
--------------
    scummvm/trunk/engines/cruise/mouse.cpp
    scummvm/trunk/engines/cruise/mouse.h

Modified: scummvm/trunk/engines/cruise/mouse.cpp
===================================================================
--- scummvm/trunk/engines/cruise/mouse.cpp	2007-10-28 13:55:16 UTC (rev 29289)
+++ scummvm/trunk/engines/cruise/mouse.cpp	2007-10-28 13:57:43 UTC (rev 29290)
@@ -137,8 +137,7 @@
 		0xff, 0xff, 0xff, 0xff
 	};
 
-	void changeCursor(CursorType eType)
-	{
+	void changeCursor(CursorType eType) {
 		assert(eType >= 0 && eType < CURSOR_MAX);
 		if (currentCursor != eType) {
 			byte mouseCursor[16 * 16];

Modified: scummvm/trunk/engines/cruise/mouse.h
===================================================================
--- scummvm/trunk/engines/cruise/mouse.h	2007-10-28 13:55:16 UTC (rev 29289)
+++ scummvm/trunk/engines/cruise/mouse.h	2007-10-28 13:57:43 UTC (rev 29290)
@@ -30,8 +30,7 @@
 
 	extern int16 main10;
 
-	enum CursorType
-	{
+	enum CursorType {
 		CURSOR_NORMAL = 0,
 		CURSOR_DISK = 1,
 		CURSOR_CROSS = 2,
@@ -40,7 +39,7 @@
 		CURSOR_EXIT = 5,
 		CURSOR_MAGNIFYING_GLASS = 6,
 
-		CURSOR_MAX = 7,
+		CURSOR_MAX = 7
 	};
 
 	void changeCursor(CursorType eType);


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