[Scummvm-git-logs] scummvm master -> 9d7843591785be3350939b6530ecadef491f1234
sev-
noreply at scummvm.org
Sun Mar 1 16:26:29 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
9d78435917 GAMOS: Clarified game titles
Commit: 9d7843591785be3350939b6530ecadef491f1234
https://github.com/scummvm/scummvm/commit/9d7843591785be3350939b6530ecadef491f1234
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-01T16:07:20+01:00
Commit Message:
GAMOS: Clarified game titles
Changed paths:
engines/gamos/detection_tables.h
diff --git a/engines/gamos/detection_tables.h b/engines/gamos/detection_tables.h
index 84cdd7e05a8..d8a5860f276 100644
--- a/engines/gamos/detection_tables.h
+++ b/engines/gamos/detection_tables.h
@@ -23,13 +23,13 @@ namespace Gamos {
const PlainGameDescriptor gamosGames[] = {
{ "gamos", "Gamos" },
- { "solgamer", "21 Solitaire" },
- { "pilots1", "Pilots 1" },
- { "pilots2", "Pilots 2" },
- { "wild", "WildSnakes"},
- { "flop", "Flip-Flop"},
- { "netwalk", "NetWalk"},
- { "vitamin", "Vitamin"},
+ { "solgamer", "21 Solitaire" }, // ÐаÑÑÑнÑ
+ { "pilots1", "Pilot Brothers: On the Track of Striped Elephant" }, // ÐÑаÑÑÑ-ÐилоÑÑ. Ðо Ñледам полоÑаÑого Ñлона
+ { "pilots2", "Pilot Brothers: The Case of Serial Maniac" }, // ÐÑаÑÑÑ-ÐилоÑÑ. Ðело о ÑеÑийном манÑÑке
+ { "wild", "WildSnake" },
+ { "flop", "Flip-Flop" },
+ { "netwalk", "NetWalk" }, // ÐйТи
+ { "vitamin", "Vitamin" },
{ 0, 0 }
};
More information about the Scummvm-git-logs
mailing list