]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Fix GetField_fullspawndata sometimes taking the wrong code path
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 18 May 2024 11:38:05 +0000 (21:38 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 27 May 2024 09:23:20 +0000 (19:23 +1000)
commit040c1c11fdb09f5721f51e9982834d13ac5f19d9
treec6017412e1c88875296928771760bc8c30ac9a96
parent3ad8ac2d70a1672ff09e733b1fe2c4ecdfcc84c1
Fix GetField_fullspawndata sometimes taking the wrong code path

When the optional parameter wasn't passed, uninitialised data was read,
which caused door linking to fail on some Q3 maps.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
qcsrc/common/mapinfo.qc
qcsrc/common/mapobjects/func/door.qc
qcsrc/common/mapobjects/target/speed.qc
qcsrc/server/compat/quake3.qc
qcsrc/server/items/items.qc
qcsrc/server/main.qc
qcsrc/server/main.qh