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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Mon Jun 2 07:01:40 CEST 2008


Revision: 32486
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32486&view=rev
Author:   Kirben
Date:     2008-06-01 22:01:40 -0700 (Sun, 01 Jun 2008)

Log Message:
-----------
GID_WATER is no longer required.

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

Modified: scummvm/trunk/engines/scumm/detection_tables.h
===================================================================
--- scummvm/trunk/engines/scumm/detection_tables.h	2008-06-02 05:00:11 UTC (rev 32485)
+++ scummvm/trunk/engines/scumm/detection_tables.h	2008-06-02 05:01:40 UTC (rev 32486)
@@ -286,8 +286,7 @@
 	{"dog", "", 0, GID_HEGAME, 6, 80, MDT_NONE, GF_USE_KEY, UNK},
 	{"maze", "", 0, GID_HEGAME, 6, 80, MDT_NONE, GF_USE_KEY, UNK},
 
-	{"water", "",      0, GID_WATER, 6, 80, MDT_NONE, GF_USE_KEY, UNK},
-	{"water", "HE 99", 0, GID_WATER, 6, 99, MDT_NONE, GF_USE_KEY, UNK},
+	{"water", "",      0, GID_HEGAME, 6, 80, MDT_NONE, GF_USE_KEY, UNK},
 
 	// condMaskCode value changed in setUserCondition & setTalkCondition
 	{"putttime", "", 0, GID_HEGAME, 6, 85, MDT_NONE, GF_USE_KEY, UNK},

Modified: scummvm/trunk/engines/scumm/scumm.h
===================================================================
--- scummvm/trunk/engines/scumm/scumm.h	2008-06-02 05:00:11 UTC (rev 32485)
+++ scummvm/trunk/engines/scumm/scumm.h	2008-06-02 05:01:40 UTC (rev 32486)
@@ -221,7 +221,6 @@
 	GID_FBEAR,
 	GID_FUNPACK,
 	GID_FREDDI3,
-	GID_WATER,
 	GID_PUTTRACE,
 	GID_FUNSHOP,	// Used for all three funshops
 	GID_FOOTBALL,


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