]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
triggers: set bmodel correctly in CSQC
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 26 Aug 2023 11:54:18 +0000 (21:54 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 26 Aug 2023 11:54:18 +0000 (21:54 +1000)
commitffec43850804e5fefb060ea186a55aecc9603657
treec21deba2be376ccc6068a264a7c52e5feb964a76
parentc1cf79059637354691256bac382910382d910339
triggers: set bmodel correctly in CSQC

Previously the .model field would be (for example) "*2" in SVQC but ""
in CSQC.  This change makes it "*2" in both.
qcsrc/common/mapobjects/triggers.qc