]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Tabs ftw.
authorLyberta <lyberta@lyberta.net>
Fri, 16 Feb 2018 11:19:23 +0000 (14:19 +0300)
committerLyberta <lyberta@lyberta.net>
Fri, 16 Feb 2018 11:19:23 +0000 (14:19 +0300)
qcsrc/common/wepent.qc

index be3d089bd3d63c779df0b9d7a492f0226c1d68d4..37694987063c9d613d40d3ca8c2ebe8e4761fb51 100644 (file)
@@ -66,7 +66,7 @@ MACRO_END
        { WriteByte(chan, this.oknex_chargepool_ammo * 16); }, \
        { (viewmodels[this.m_wepent_slot]).oknex_chargepool_ammo = ReadByte() / 16; }) \
     \
-    PROP(false, clip_load, WEPENT_SET_NORMAL, \
+       PROP(false, clip_load, WEPENT_SET_NORMAL, \
        { WriteShort(chan, this.clip_load); }, \
        { (viewmodels[this.m_wepent_slot]).clip_load = ReadShort(); }) \
     \