From: Mario Date: Wed, 26 Sep 2018 10:46:43 +0000 (+1000) Subject: Unpress button14 on CSQC shutdown X-Git-Tag: xonotic-v0.8.5~1828 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1c2b52415970d75d0a7ddd03fea6c95557c6f64c;p=xonotic%2Fxonotic-data.pk3dir.git Unpress button14 on CSQC shutdown --- diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index c0d56c798..51324e1c5 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -223,6 +223,8 @@ void Shutdown() localcmd("\ncl_hook_shutdown\n"); + localcmd("\n-button14\n"); + deactivate_minigame(); HUD_MinigameMenu_Close(NULL, NULL, NULL); }