diff --git a/src/SB/Game/zHud.cpp b/src/SB/Game/zHud.cpp index 5d3bb3c6..88f9587a 100644 --- a/src/SB/Game/zHud.cpp +++ b/src/SB/Game/zHud.cpp @@ -10,7 +10,7 @@ namespace zhud { widget widgets[]; bool inited; - bool last_paused; + bool last_paused = true; } void zhud::render()