have Do() return the system message to show

This commit is contained in:
Chris Danford
2005-08-17 10:24:00 +00:00
parent da89149199
commit 35709df92d
+1 -1
View File
@@ -559,7 +559,7 @@ class DebugLineReloadCurrentScreen : public IDebugLine
IDebugLine::Do( sMessageOut );
}
};
static DebugLineStats g_DebugLineReloadCurrentScreen;
static DebugLineReloadCurrentScreen g_DebugLineReloadCurrentScreen;
class DebugLineReloadTheme : public IDebugLine
{