[Scummvm-cvs-logs] SF.net SVN: scummvm: [30009] scummvm/trunk/engines/scumm/detection_tables.h

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Thu Dec 27 04:32:15 CET 2007


Revision: 30009
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30009&view=rev
Author:   Kirben
Date:     2007-12-26 19:32:15 -0800 (Wed, 26 Dec 2007)

Log Message:
-----------
The HE70 version of Fatty Bear's Birthday Surprise will only work, if DISABLE_HE isn't defined.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/detection_tables.h

Modified: scummvm/trunk/engines/scumm/detection_tables.h
===================================================================
--- scummvm/trunk/engines/scumm/detection_tables.h	2007-12-26 23:16:13 UTC (rev 30008)
+++ scummvm/trunk/engines/scumm/detection_tables.h	2007-12-27 03:32:15 UTC (rev 30009)
@@ -245,7 +245,6 @@
 
 	{"brstorm", 0, 0, GID_FBEAR, 6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK},
 	{"fbear", "HE 61", 0, GID_FBEAR, 6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK},
-	{"fbear", "HE 70", 0, GID_FBEAR, 6, 70, MDT_NONE,             GF_USE_KEY, Common::kPlatformWindows},
 
 	{"puttmoon", "", 0, GID_HEGAME,  6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK},
 
@@ -254,6 +253,9 @@
 	{"puttputt", "Demo",  0, GID_PUTTDEMO, 6, 60, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK},
 
 #ifndef DISABLE_HE
+	// Humongous Entertainment Scumm Version 7.0
+	{"fbear", "HE 70", 0, GID_FBEAR, 6, 70, MDT_NONE,             GF_USE_KEY, Common::kPlatformWindows},
+
 	// HE CUP demos
 	{"", "HE CUP",  0, GID_HECUP,  6, 200, MDT_NONE, 0, 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