[Scummvm-git-logs] scummvm master -> f1359cd35d146b9c14e4c284b87a233557bcc7da
dreammaster
noreply at scummvm.org
Sat Jul 4 08:40:40 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:
f1359cd35d MADS: DRAGONSPHERE: Fix Dragonsphere cheat password
Commit: f1359cd35d146b9c14e4c284b87a233557bcc7da
https://github.com/scummvm/scummvm/commit/f1359cd35d146b9c14e4c284b87a233557bcc7da
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-07-04T18:39:52+10:00
Commit Message:
MADS: DRAGONSPHERE: Fix Dragonsphere cheat password
Changed paths:
engines/mads/madsv2/dragonsphere/main.cpp
diff --git a/engines/mads/madsv2/dragonsphere/main.cpp b/engines/mads/madsv2/dragonsphere/main.cpp
index 57ac1c9579f..1ce6679b43a 100644
--- a/engines/mads/madsv2/dragonsphere/main.cpp
+++ b/engines/mads/madsv2/dragonsphere/main.cpp
@@ -133,7 +133,7 @@ static void main_cold_data_init() {
player.walker_visible = true;
player.scaling_velocity = true;
- Common::strcpy_s(kernel_cheating_password, "WIDECHEW");
+ Common::strcpy_s(kernel_cheating_password, "FAREWELLAGA");
kernel_cheating_allowed = strlen(kernel_cheating_password);
kernel.cheating = gDebugLevel == 9 ? kernel_cheating_allowed : 0;
More information about the Scummvm-git-logs
mailing list