[Scummvm-git-logs] scummvm master -> 8fb278229ba5b4ab898386c3bba0257855af7926

Strangerke Strangerke at scummvm.org
Mon Dec 25 21:05:47 CET 2017


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:
8fb278229b TOOLS: Add cryo and titanic tools in create_project


Commit: 8fb278229ba5b4ab898386c3bba0257855af7926
    https://github.com/scummvm/scummvm/commit/8fb278229ba5b4ab898386c3bba0257855af7926
Author: Strangerke (strangerke at scummvm.org)
Date: 2017-12-25T21:05:04+01:00

Commit Message:
TOOLS: Add cryo and titanic tools in create_project

Changed paths:
    devtools/create_project/create_project.cpp


diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index e59924c..c0cc8af 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -1061,12 +1061,14 @@ const Feature s_features[] = {
 };
 
 const Tool s_tools[] = {
+	{ "create_cryo",         true},
 	{ "create_drascula",     true},
 	{ "create_hugo",         true},
 	{ "create_kyradat",      true},
 	{ "create_lure",         true},
 	{ "create_neverhood",    true},
 	{ "create_teenagent",    true},
+	{ "create_titanic",      true},
 	{ "create_tony",         true},
 	{ "create_toon",         true},
 	{ "create_translations", true},





More information about the Scummvm-git-logs mailing list