[Scummvm-cvs-logs] SF.net SVN: scummvm: [32457] scummvm/trunk/engines/scumm/detection_tables.h
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Sun Jun 1 12:57:23 CEST 2008
Revision: 32457
http://scummvm.svn.sourceforge.net/scummvm/?rev=32457&view=rev
Author: Kirben
Date: 2008-06-01 03:57:23 -0700 (Sun, 01 Jun 2008)
Log Message:
-----------
Correct HE version for Blue's 123 Time Activities.
Modified Paths:
--------------
scummvm/trunk/engines/scumm/detection_tables.h
Modified: scummvm/trunk/engines/scumm/detection_tables.h
===================================================================
--- scummvm/trunk/engines/scumm/detection_tables.h 2008-06-01 10:37:14 UTC (rev 32456)
+++ scummvm/trunk/engines/scumm/detection_tables.h 2008-06-01 10:57:23 UTC (rev 32457)
@@ -315,12 +315,12 @@
{"puttrace", "HE 98.5", 0, GID_PUTTRACE, 6, 98, MDT_NONE, GF_USE_KEY | GF_HE_985, UNK},
{"puttrace", "HE 99", 0, GID_PUTTRACE, 6, 99, MDT_NONE, GF_USE_KEY, UNK},
- {"blues123time", "", 0, GID_HEGAME, 6, 98, MDT_NONE, GF_USE_KEY, UNK},
{"bluesabctime", "", 0, GID_HEGAME, 6, 98, MDT_NONE, GF_USE_KEY, UNK},
{"BluesBirthday", 0, 0, GID_HEGAME, 6, 98, MDT_NONE, GF_USE_KEY, UNK},
{"soccer", "", 0, GID_SOCCER, 6, 98, MDT_NONE, GF_USE_KEY, UNK},
// Global scripts increased to 2048
+ {"blues123time", "", 0, GID_HEGAME, 6, 98, MDT_NONE, GF_USE_KEY | GF_HE_985, UNK},
{"freddi4", "", 0, GID_HEGAME, 6, 98, MDT_NONE, GF_USE_KEY | GF_HE_985, UNK},
{"freddi4", "unenc", 0, GID_HEGAME, 6, 98, MDT_NONE, GF_HE_985, 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