]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/csqcmodel_hooks.qc
let's see if this passes tests
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / csqcmodel_hooks.qc
index 6499a683e8f4c2cf198be39cb0bee2c9eb9e9a3f..d6effcd84389cee3666ac732bf96278f286ad4fc 100644 (file)
@@ -345,10 +345,10 @@ void CSQCPlayer_FallbackFrame_PostUpdate(entity this, bool isnew)
        // player "pops in"
        if(isnew)
        {
-#define FIX_FRAMETIME(f,ft) MACRO_BEGIN {                                                                                                                                                      \
+#define FIX_FRAMETIME(f,ft) MACRO_BEGIN                                                                                                                                                        \
                if(IS_DEAD_FRAME(this.f) && this.ft != 0 && this.death_time != 0)                                                                                       \
                        this.ft = this.death_time;                                                                                                                                                              \
-MACRO_END
+MACRO_END
                FIX_FRAMETIME(frame, frame1time);
                FIX_FRAMETIME(frame2, frame2time);
 #ifdef CSQCMODEL_HAVE_TWO_FRAMES