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

bluegr noreply at scummvm.org
Thu Dec 26 12:12:23 UTC 2024


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:
eb04b4d656 JANITORIAL: HADESCH: Add FIXMEs for data typos


Commit: eb04b4d6567b07ddd16c4dc5d14341f5166d8cac
    https://github.com/scummvm/scummvm/commit/eb04b4d6567b07ddd16c4dc5d14341f5166d8cac
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-26T14:12:20+02:00

Commit Message:
JANITORIAL: HADESCH: Add FIXMEs for data typos

Changed paths:
    engines/hadesch/rooms/catacombs.cpp
    engines/hadesch/rooms/ferry.cpp


diff --git a/engines/hadesch/rooms/catacombs.cpp b/engines/hadesch/rooms/catacombs.cpp
index 07259ddb64e..df8828d9d72 100644
--- a/engines/hadesch/rooms/catacombs.cpp
+++ b/engines/hadesch/rooms/catacombs.cpp
@@ -70,6 +70,7 @@ static const TranscribedSound painSounds2[] = {
 
 static const TranscribedSound guardSpeeches[] = {
 	{"T3220wA0", _hs("Do you think we were going to let you just walk into Troy?")},
+	// FIXME: Spelling incorrect. noone should be no one. Fixing changes game data and thus may cause issues
 	{"T3220wB0", _hs("So sorry, noone is allowed in. So beat it")},
 	{"T3220wC0", _hs("Hey, Troy is closed to all visitors. Take a hike")}
 };
diff --git a/engines/hadesch/rooms/ferry.cpp b/engines/hadesch/rooms/ferry.cpp
index 254aebb92e6..09aabc83466 100644
--- a/engines/hadesch/rooms/ferry.cpp
+++ b/engines/hadesch/rooms/ferry.cpp
@@ -287,6 +287,7 @@ static const struct {
 	{ "V9250tD0", { "V9250aD0", _hs("Charon must sit next to smoking beings") } },
 	{ "V9260tA0", { "V9260nA0", _hs("Charon can't have any monsters at the head of the boat") } },
 	{ "V9260tB0", { "V9260nB0", _hs("No animals at the head of the boat") } }, // 5
+	// FIXME: Spelling incorrect. wont should be won't. Fixing changes game data and thus may cause issues
 	{ "V9260tC0", { "V9260nC0", _hs("Charon wont sit next to two-headed beings") } },
 	{ "V9260tD0", { "V9260nD0", _hs("Charon won't sit next to flat beings") } },
 	{ "V9260tE0", { "V9260nE0", _hs("Charon won't sit next to horned beings") } },




More information about the Scummvm-git-logs mailing list