From 2f2f37a7345d889aa1072b10e3a5022ad1bd15f1 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Tue, 25 Nov 2025 11:32:34 -0500 Subject: Misc fixes (#2860) * Misc matches * Remove more old dol2asm stuff * Remove dCcS::SetMass-related fakematches No longer necessary with the PCH for some reason. * Use attention types enum in more places * Remove more dol2asm stuff * Clean up matDL_dis.py --- src/d/d_debug_viewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/d_debug_viewer.cpp') diff --git a/src/d/d_debug_viewer.cpp b/src/d/d_debug_viewer.cpp index 9f734dc355..f34328afc0 100644 --- a/src/d/d_debug_viewer.cpp +++ b/src/d/d_debug_viewer.cpp @@ -121,8 +121,8 @@ static bool reportOK() { static JUtility::TColor ShadowDarkColor(0, 0, 0, 0x80); static JUtility::TColor ShadowLightColor(0xFF, 0xFF, 0xFF, 0x80); -// NONMATCHING - string being put in stack instead of register int dDbVw_Report(int x, int y, char const* string, ...) { + string; char buffer[256]; if (reportOK()) { -- cgit v1.2.3