[Scummvm-cvs-logs] SF.net SVN: scummvm: [27775] scummvm/trunk/engines/agi/agi.h

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Fri Jun 29 20:41:06 CEST 2007


Revision: 27775
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27775&view=rev
Author:   buddha_
Date:     2007-06-29 11:41:06 -0700 (Fri, 29 Jun 2007)

Log Message:
-----------
Oops. An extra comma in the enum list's end. Removed.

Modified Paths:
--------------
    scummvm/trunk/engines/agi/agi.h

Modified: scummvm/trunk/engines/agi/agi.h
===================================================================
--- scummvm/trunk/engines/agi/agi.h	2007-06-29 15:58:48 UTC (rev 27774)
+++ scummvm/trunk/engines/agi/agi.h	2007-06-29 18:41:06 UTC (rev 27775)
@@ -254,7 +254,7 @@
 	kAgiMonitorCga = 0,
 	// kAgiMonitorTandy = 1, // Not sure about this
 	kAgiMonitorHercules = 2,
-	kAgiMonitorEga = 3,
+	kAgiMonitorEga = 3
 	// kAgiMonitorVga = 4 // Not sure about this
 };
 


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