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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Tue May 2 06:07:01 CEST 2006


Revision: 22274
Author:   kirben
Date:     2006-05-02 06:06:11 -0700 (Tue, 02 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22274&view=rev

Log Message:
-----------
Fix detection of Windows version of puttmoon

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/plugin.cpp
Modified: scummvm/trunk/engines/scumm/plugin.cpp
===================================================================
--- scummvm/trunk/engines/scumm/plugin.cpp	2006-05-02 03:23:03 UTC (rev 22273)
+++ scummvm/trunk/engines/scumm/plugin.cpp	2006-05-02 13:06:11 UTC (rev 22274)
@@ -256,7 +256,7 @@
 #endif
 
 	// Humongous Entertainment Scumm Version 6
-	{"puttmoon", 0, GID_HEGAME,  6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY | GF_NEW_COSTUMES, UNK},
+	{"puttmoon", "", GID_HEGAME,  6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY | GF_NEW_COSTUMES, UNK},
 	{"funpack",  0, GID_FUNPACK, 6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY | GF_NEW_COSTUMES, UNK},
 	{"fbpack",   0, GID_HEGAME,  6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY | GF_NEW_COSTUMES, UNK},
 


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