]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
consise a comment
authordrjaska <drjaska83@gmail.com>
Wed, 13 Dec 2023 18:01:58 +0000 (20:01 +0200)
committerdrjaska <drjaska83@gmail.com>
Wed, 13 Dec 2023 18:01:58 +0000 (20:01 +0200)
qcsrc/client/view.qc

index 86d8bc7acbe1dbde4b2b43285f92ecb2ec973a26..790b5406ee40be4b17ec543d43bd32c95ff0d5c3 100644 (file)
@@ -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())