[Scummvm-git-logs] scummvm master -> ff17e29e615691c1fb80500089d4a5e8e6760338
dwatteau
noreply at scummvm.org
Fri Jan 30 19:19:06 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:
ff17e29e61 JANITORIAL: MTROPOLIS: Fix encoding in a few file comments
Commit: ff17e29e615691c1fb80500089d4a5e8e6760338
https://github.com/scummvm/scummvm/commit/ff17e29e615691c1fb80500089d4a5e8e6760338
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2026-01-30T20:17:31+01:00
Commit Message:
JANITORIAL: MTROPOLIS: Fix encoding in a few file comments
Changed paths:
engines/mtropolis/boot.cpp
diff --git a/engines/mtropolis/boot.cpp b/engines/mtropolis/boot.cpp
index 23a2c98db25..a768ab8fb88 100644
--- a/engines/mtropolis/boot.cpp
+++ b/engines/mtropolis/boot.cpp
@@ -2232,7 +2232,7 @@ const Game games[] = {
MTBOOT_BABE_WIN_EN,
&BootScriptContext::bootGeneric
},
- // Biologia Cellulare Evoluzione E Variet� Della Vita - Windows - Italian
+ // Biologia Cellulare Evoluzione E Varietà Della Vita - Windows - Italian
{
MTBOOT_BIOCELLEVO_WIN_IT,
&BootScriptContext::bootGeneric
@@ -2252,7 +2252,7 @@ const Game games[] = {
MTBOOT_GREVEHOLM2_WIN_SE,
&BootScriptContext::bootGeneric
},
- // Itacante: La Cit� des Robots - Windows - French
+ // Itacante: La Cité des Robots - Windows - French
{
MTBOOT_ITACANTE_WIN_FR,
&BootScriptContext::bootGeneric
More information about the Scummvm-git-logs
mailing list