[Scummvm-cvs-logs] SF.net SVN: scummvm: [23173] scummvm/trunk/engines/scumm/plugin.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Jun 18 15:44:08 CEST 2006


Revision: 23173
Author:   kirben
Date:     2006-06-18 06:44:01 -0700 (Sun, 18 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23173&view=rev

Log Message:
-----------
Add 16bit color feature flag to Backyard Basketball too

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/plugin.cpp
Modified: scummvm/trunk/engines/scumm/plugin.cpp
===================================================================
--- scummvm/trunk/engines/scumm/plugin.cpp	2006-06-18 10:54:54 UTC (rev 23172)
+++ scummvm/trunk/engines/scumm/plugin.cpp	2006-06-18 13:44:01 UTC (rev 23173)
@@ -353,7 +353,7 @@
 
 	// Uses bink in external files for logos
 	{"Baseball2003", 0, GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK},
-	{"basketball", 0, GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, UNK},
+	{"basketball", 0, GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES| GF_16BIT_COLOR, UNK},
 	{"Soccer2004", 0, GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK},
 
 	// Uses smacker in external files, for testing only


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