aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/detection.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-02 15:40:12 +0100
committerEugene Sandulenko2016-12-02 15:40:38 +0100
commitf74463147ee8773b8b3b7fdbc7cf845bf9a8c683 (patch)
treedff0300a46935ee6c4307d5f48481822c41ff858 /engines/fullpipe/detection.cpp
parentaefbd436eb138caac623e16bdef6d34714b55eb3 (diff)
downloadscummvm-rg350-f74463147ee8773b8b3b7fdbc7cf845bf9a8c683.tar.gz
scummvm-rg350-f74463147ee8773b8b3b7fdbc7cf845bf9a8c683.tar.bz2
scummvm-rg350-f74463147ee8773b8b3b7fdbc7cf845bf9a8c683.zip
FULLPIPE: Fix detected language for German version
Diffstat (limited to 'engines/fullpipe/detection.cpp')
-rw-r--r--engines/fullpipe/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/detection.cpp b/engines/fullpipe/detection.cpp
index 16895b539f..178057bf8d 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)