]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
also add colormap
authorRudolf Polzer <divverent@xonotic.org>
Sat, 12 Nov 2011 16:58:07 +0000 (17:58 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 12 Nov 2011 16:58:07 +0000 (17:58 +0100)
qcsrc/common/csqcmodel.qc

index 688ba7daf03d5c0a695acc3f8be9bc4c08ba8e9d..8608d6989854637977ab2e0dc0a31c6a02176a30 100644 (file)
@@ -18,7 +18,8 @@
        PROPERTY_SCALED(128, ReadByte, WriteByte, glowmod_x, 32, 0, 255) \
        PROPERTY_SCALED(128, ReadByte, WriteByte, glowmod_y, 32, 0, 255) \
        PROPERTY_SCALED(128, ReadByte, WriteByte, glowmod_z, 32, 0, 255) \
-       PROPERTY(256, ReadChar, WriteChar, view_ofs_z)
+       PROPERTY(256, ReadChar, WriteChar, view_ofs_z) \
+       PROPERTY(512, ReadShort, WriteShort, colormap)
 
 #ifdef SVQC