[Scummvm-cvs-logs] scummvm master -> 14e6638480d477a50b013932dfcbaa7219082512

dreammaster dreammaster at scummvm.org
Thu Oct 6 12:08:48 CEST 2011


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:
14e6638480 TSAGE: Re-added _singleid and changed name for TsAGE game description


Commit: 14e6638480d477a50b013932dfcbaa7219082512
    https://github.com/scummvm/scummvm/commit/14e6638480d477a50b013932dfcbaa7219082512
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-10-06T03:01:58-07:00

Commit Message:
TSAGE: Re-added _singleid and changed name for TsAGE game description

Changed paths:
    engines/tsage/detection.cpp



diff --git a/engines/tsage/detection.cpp b/engines/tsage/detection.cpp
index 2c470a6..44a2508 100644
--- a/engines/tsage/detection.cpp
+++ b/engines/tsage/detection.cpp
@@ -58,7 +58,7 @@ Common::String TSageEngine::getPrimaryFilename() const {
 } // End of namespace TsAGE
 
 static const PlainGameDescriptor tSageGameTitles[] = {
-	{ "tsage", "Unknown Tsunami TSAGE-based Game" },
+	{ "tsage", "Tsunami TsAGE-based Game" },
 	{ "ringworld", "Ringworld: Revenge of the Patriarch" },
 	{ "blueforce", "Blue Force" },
 	{ 0, 0 }
@@ -74,6 +74,7 @@ class TSageMetaEngine : public AdvancedMetaEngine {
 public:
 	TSageMetaEngine() : AdvancedMetaEngine(TsAGE::gameDescriptions, sizeof(TsAGE::tSageGameDescription), tSageGameTitles) {
 		_md5Bytes = 5000;
+		_singleid = "tsage";
 		_guioptions = Common::GUIO_NOSPEECH;
 	}
 






More information about the Scummvm-git-logs mailing list