diff --git a/src/g_shared/shared_sbar.cpp b/src/g_shared/shared_sbar.cpp index b66c865af..6f5baab38 100644 --- a/src/g_shared/shared_sbar.cpp +++ b/src/g_shared/shared_sbar.cpp @@ -1358,11 +1358,6 @@ void DBaseStatusBar::Draw (EHudState state) } } } - - if (noisedebug) - { - S_NoiseDebug (); - } } @@ -1467,6 +1462,11 @@ void DBaseStatusBar::DrawTopStuff (EHudState state) DrawConsistancy (); if (ShowLog && MustDrawLog(state)) DrawLog (); + + if (noisedebug) + { + S_NoiseDebug (); + } } //---------------------------------------------------------------------------