[Scummvm-git-logs] scummvm master -> a305fe56d6cbbd983365376d779acd051dddf52d

ccawley2011 noreply at scummvm.org
Wed Feb 22 20:48:51 UTC 2023


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:
a305fe56d6 BASE: Enable the --start-movie argument when the Testbed engine is enabled


Commit: a305fe56d6cbbd983365376d779acd051dddf52d
    https://github.com/scummvm/scummvm/commit/a305fe56d6cbbd983365376d779acd051dddf52d
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2023-02-22T20:48:32Z

Commit Message:
BASE: Enable the --start-movie argument when the Testbed engine is enabled

Changed paths:
    base/commandLine.cpp


diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 20fd0fafe84..3e068579804 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -206,7 +206,7 @@ static const char HELP_STRING4[] =
 #if defined(ENABLE_SCUMM) || defined(ENABLE_GROOVIE)
 	"  --demo-mode              Start demo mode of Maniac Mansion or The 7th Guest\n"
 #endif
-#if defined(ENABLE_DIRECTOR)
+#if defined(ENABLE_DIRECTOR) || defined(ENABLE_TESTBED)
 	"  --start-movie=NAME at NUM   Start movie at frame for Director\n"
 	"							Either can be specified without the other.\n"
 #endif
@@ -936,7 +936,7 @@ Common::String parseCommandLine(Common::StringMap &settings, int argc, const cha
 			END_OPTION
 #endif
 
-#if defined(ENABLE_DIRECTOR)
+#if defined(ENABLE_DIRECTOR) || defined(ENABLE_TESTBED)
 			DO_LONG_OPTION("start-movie")
 			END_OPTION
 #endif




More information about the Scummvm-git-logs mailing list