From af7140b9e5dcb02af6cc6957158c24bc1f74483b Mon Sep 17 00:00:00 2001 From: somewhatlurker <52014015+somewhatlurker@users.noreply.github.com> Date: Mon, 21 Oct 2019 14:10:40 +1100 Subject: [PATCH] pause: ? --- source-code/source/plugins/TLAC/Components/Pause.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source-code/source/plugins/TLAC/Components/Pause.cpp b/source-code/source/plugins/TLAC/Components/Pause.cpp index 7372301..8388b53 100644 --- a/source-code/source/plugins/TLAC/Components/Pause.cpp +++ b/source-code/source/plugins/TLAC/Components/Pause.cpp @@ -18,8 +18,8 @@ namespace TLAC::Components unsigned int Pause::mainMenuPos = 0; unsigned int Pause::menuSet = MENUSET_MAIN; std::chrono::time_point Pause::menuItemSelectTime; - std::vector Pause::origAetMovOp; - std::vector Pause::origFramespeedOp; + std::vector Pause::origAetMovOp = {}; + std::vector Pause::origFramespeedOp = {}; std::vector Pause::streamPlayStates; bool(*divaGiveUpFunc)(void*) = (bool(*)(void* cls))GIVEUP_FUNC_ADDRESS; InputState* Pause::inputState;