From: drjaska Date: Wed, 13 Dec 2023 18:01:58 +0000 (+0200) Subject: consise a comment X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cca9c1e1ea8cde65c0499073ef62ff94c8f00a7e;p=xonotic%2Fxonotic-data.pk3dir.git consise a comment --- diff --git a/qcsrc/client/view.qc b/qcsrc/client/view.qc index 86d8bc7ac..790b5406e 100644 --- a/qcsrc/client/view.qc +++ b/qcsrc/client/view.qc @@ -1641,9 +1641,8 @@ void CSQC_UpdateView(entity this, float w, float h) else if(game_stopped_time && !STAT(GAME_STOPPED)) game_stopped_time = 0; - // fire intermission hooks here once intermission starts - // do not fire game/demo end hooks here as we are - // still running something until the CSQC VM is shutdown + // fire intermission hooks here + // game/demo end hooks are executed on CSQC VM shutdown if(intermission && !(calledhooks & HOOK_INTERMISSION)) { if(!isdemo())