[Scummvm-git-logs] scummvm master -> 891440b41e0ea4a618ad885570a072f8ff681aae
athrxx
noreply at scummvm.org
Thu Aug 17 16:07:34 UTC 2023
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:
891440b41e KYRA: (EOB) - remove debug leftovers
Commit: 891440b41e0ea4a618ad885570a072f8ff681aae
https://github.com/scummvm/scummvm/commit/891440b41e0ea4a618ad885570a072f8ff681aae
Author: athrxx (athrxx at scummvm.org)
Date: 2023-08-17T18:07:00+02:00
Commit Message:
KYRA: (EOB) - remove debug leftovers
Changed paths:
engines/kyra/resource/staticres_eob.cpp
diff --git a/engines/kyra/resource/staticres_eob.cpp b/engines/kyra/resource/staticres_eob.cpp
index a2191e44000..3f0c064126c 100644
--- a/engines/kyra/resource/staticres_eob.cpp
+++ b/engines/kyra/resource/staticres_eob.cpp
@@ -1974,14 +1974,6 @@ void DarkMoonEngine::initStaticResource() {
_transferStringsScummVM = transferStringsScummVM[4];
break;
}
-
- Common::U32String g("鏿ä¸åæä»¶");
- Common::String r = g.encode(Common::kWindows950);
- Common::String dmp;
- for (int i = 0; i < r.size(); ++i) {
- dmp += (((uint8)r[i] <= 0x7F) ? Common::String(r[i]).c_str() : Common::String::format("\\x%02x", (uint8)r[i]).c_str());
- }
- debug("%s", dmp.c_str());
}
void DarkMoonEngine::initSpells() {
More information about the Scummvm-git-logs
mailing list