[Scummvm-cvs-logs] scummvm master -> 0f2e7fcdf0914646edcbd331dc247350b8d85026

sev- sev at scummvm.org
Wed Mar 9 20:19:05 CET 2016


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:
0f2e7fcdf0 WAGE: Fix gameid for Twisted!


Commit: 0f2e7fcdf0914646edcbd331dc247350b8d85026
    https://github.com/scummvm/scummvm/commit/0f2e7fcdf0914646edcbd331dc247350b8d85026
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-09T20:18:47+01:00

Commit Message:
WAGE: Fix gameid for Twisted!

Changed paths:
    engines/wage/detection_tables.h



diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index cc3b2be..b3263c7 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -82,7 +82,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Admission for on 3rd screen is messed up
 	FANGAME("The Tower", "75eba57a12ed181e07f34eaf6aa9d2c4", 568320),
 	// Doesn't go past first scene
-	BIGGAME("Twisted!", "", "Twisted! 1.6", "8ea8cc13d26d7975dc43ea7e6c193217", 992896),
+	BIGGAME("twisted", "", "Twisted! 1.6", "8ea8cc13d26d7975dc43ea7e6c193217", 992896),
 	FANGAME("Wishing Well", "3ee884d0d1a168d088cf2250d3a83c73", 105600),
 	FANGAME("Wizard's Warehouse", "46fa84397d83f03d3a683ec9a3000323", 163200),
 	FANGAME("ZikTuria", "e793155bed1a70fa2074a3fcd696b751", 54784),






More information about the Scummvm-git-logs mailing list