From cca9c1e1ea8cde65c0499073ef62ff94c8f00a7e Mon Sep 17 00:00:00 2001 From: drjaska Date: Wed, 13 Dec 2023 20:01:58 +0200 Subject: [PATCH] consise a comment --- qcsrc/client/view.qc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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()) -- 2.39.2