[Scummvm-git-logs] scummvm master -> 991ed4ad195d297550f7f026981b5a0933ed905d
eriktorbjorn
noreply at scummvm.org
Sun Nov 9 09:36:28 UTC 2025
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:
991ed4ad19 M4: Remove left-over Orion Burger credits debug code
Commit: 991ed4ad195d297550f7f026981b5a0933ed905d
https://github.com/scummvm/scummvm/commit/991ed4ad195d297550f7f026981b5a0933ed905d
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-11-09T10:36:11+01:00
Commit Message:
M4: Remove left-over Orion Burger credits debug code
Changed paths:
engines/m4/burger/rooms/section9/room904.cpp
diff --git a/engines/m4/burger/rooms/section9/room904.cpp b/engines/m4/burger/rooms/section9/room904.cpp
index f13e0d80649..67524f96c20 100644
--- a/engines/m4/burger/rooms/section9/room904.cpp
+++ b/engines/m4/burger/rooms/section9/room904.cpp
@@ -583,10 +583,6 @@ size_t Room904::getMaxCreditsHeaderWidth() const {
int32 maxWidth = 0;
for (int sectionNum = 1; sectionNum <= _numSections; ++sectionNum) {
- const char *tmp = getCreditsSectionString(sectionNum);
- int w = gr_font_string_width(tmp);
- debug("%d", w);
-
maxWidth = MAX(maxWidth, gr_font_string_width(getCreditsSectionString(sectionNum)));
}
More information about the Scummvm-git-logs
mailing list