From 35709df92d39e3c4c8fcf4155fb2228df4801824 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 17 Aug 2005 10:24:00 +0000 Subject: [PATCH] have Do() return the system message to show --- stepmania/src/ScreenDebugOverlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenDebugOverlay.cpp b/stepmania/src/ScreenDebugOverlay.cpp index f257d70282..8fc8e6a28c 100644 --- a/stepmania/src/ScreenDebugOverlay.cpp +++ b/stepmania/src/ScreenDebugOverlay.cpp @@ -559,7 +559,7 @@ class DebugLineReloadCurrentScreen : public IDebugLine IDebugLine::Do( sMessageOut ); } }; -static DebugLineStats g_DebugLineReloadCurrentScreen; +static DebugLineReloadCurrentScreen g_DebugLineReloadCurrentScreen; class DebugLineReloadTheme : public IDebugLine {