]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
closing brace on wrong line after line swap
authordrjaska <drjaska83@gmail.com>
Sun, 7 Jan 2024 22:15:36 +0000 (00:15 +0200)
committerdrjaska <drjaska83@gmail.com>
Sun, 7 Jan 2024 22:15:36 +0000 (00:15 +0200)
qcsrc/client/view.qc

index bf05ed20a5fe8b55ef043e5ea1b763688a6cb0cd..16d78368c02257b7cfe132dbab8c0142a927d81e 100644 (file)
@@ -1652,10 +1652,10 @@ void CSQC_UpdateView(entity this, float w, float h)
        // fire intermission hooks and gameend hook here
        // gameend hook is executed on CSQC VM shutdown if
        // the shutdown happens before intermission start
-       if(intermission
+       if (intermission
        && (calledhooks & HOOK_START) // ensure that we have initiated a gamemode
-       && !(calledhooks & HOOK_END)) // fire only once
-       && !(calledhooks & HOOK_INTERMISSION)
+       && !(calledhooks & HOOK_END) // fire only once
+       && !(calledhooks & HOOK_INTERMISSION))
        {
                if(!isdemo())
                {