[Scummvm-git-logs] scummvm master -> 4ebd84779af860fde7d1b005dad64287bf305613
eriktorbjorn
noreply at scummvm.org
Fri Feb 21 05:40:37 UTC 2025
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:
4ebd84779a SCUMM: Add German Mac executable names for Full Throttle
Commit: 4ebd84779af860fde7d1b005dad64287bf305613
https://github.com/scummvm/scummvm/commit/4ebd84779af860fde7d1b005dad64287bf305613
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-02-21T06:39:57+01:00
Commit Message:
SCUMM: Add German Mac executable names for Full Throttle
Reported on the ScummVM forum. I don't have these myself.
Changed paths:
engines/scumm/scumm.cpp
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 9b1d4701dc1..809ee8ef7fe 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -1273,7 +1273,9 @@ Common::Error ScummEngine::init() {
{ GID_DIG, "The Dig" },
{ GID_DIG, "The Dig Demo" },
{ GID_FT, "Full Throttle" },
- { GID_FT, "Full Throttle Demo" }
+ { GID_FT, "Full Throttle Demo" },
+ { GID_FT, "Vollgas" },
+ { GID_FT, "Vollgas Demo" }
};
bool macScumm = false;
More information about the Scummvm-git-logs
mailing list