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

sev- sev at scummvm.org
Fri Dec 2 15:40:47 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:
f74463147e FULLPIPE: Fix detected language for German version


Commit: f74463147ee8773b8b3b7fdbc7cf845bf9a8c683
    https://github.com/scummvm/scummvm/commit/f74463147ee8773b8b3b7fdbc7cf845bf9a8c683
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-12-02T15:40:38+01:00

Commit Message:
FULLPIPE: Fix detected language for German version

Changed paths:
    engines/fullpipe/detection.cpp


diff --git a/engines/fullpipe/detection.cpp b/engines/fullpipe/detection.cpp
index 16895b5..178057b 100644
--- a/engines/fullpipe/detection.cpp
+++ b/engines/fullpipe/detection.cpp
@@ -62,7 +62,7 @@ static const ADGameDescription gameDescriptions[] = {
 		"fullpipe",
 		0,
 		AD_ENTRY1s("0654.sc2", "d8743351fc53d205f42d91f6d791e51b", 2272),
-		Common::RU_RUS,
+		Common::DE_DEU,
 		Common::kPlatformWindows,
 		ADGF_DROPPLATFORM,
 		GUIO1(GUIO_NONE)





More information about the Scummvm-git-logs mailing list