[Scummvm-cvs-logs] scummvm master -> 394d4623be6cddb4158021d1093f86d90e73e962

Kirben kirben at optusnet.com.au
Fri Sep 19 00:53:49 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
394d4623be SCUMM: Fix regression in demo versions of The Dig.


Commit: 394d4623be6cddb4158021d1093f86d90e73e962
    https://github.com/scummvm/scummvm/commit/394d4623be6cddb4158021d1093f86d90e73e962
Author: Kirben (kirben at optusnet.com.au)
Date: 2014-09-19T08:52:15+10:00

Commit Message:
SCUMM: Fix regression in demo versions of The Dig.

Changed paths:
    engines/scumm/detection_tables.h



diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index ae334c2..33f6b24 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -262,7 +262,7 @@ static const GameSettings gameVariantsTable[] = {
 #ifdef ENABLE_SCUMM_7_8
 	{"ft",       0, 0, GID_FT,  7, 0, MDT_NONE, 0, UNK, GUIO1(GUIO_NOMIDI)},
 
-	{"dig",       "",       0, GID_DIG, 7, 0, MDT_NONE, 0, UNK, GUIO1(GUIO_NOMIDI)},
+	{"dig",       0,       0, GID_DIG, 7, 0, MDT_NONE, 0, UNK, GUIO1(GUIO_NOMIDI)},
 	{"dig",  "Steam", "steam", GID_DIG, 7, 0, MDT_NONE, 0, UNK, GUIO1(GUIO_NOMIDI)},
 
 	{"comi",     0, 0, GID_CMI, 8, 0, MDT_NONE, 0, Common::kPlatformWindows, GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)},






More information about the Scummvm-git-logs mailing list