]> git.xonotic.org Git - xonotic/netradiant.git/commit
[q3map2] Unwind script stack in case of script loading error.
authorThomas Köppe <tkoeppe@google.com>
Mon, 8 Jan 2018 15:18:29 +0000 (15:18 +0000)
committerThomas Debesse <dev@illwieckz.net>
Sat, 27 Jan 2018 20:27:50 +0000 (21:27 +0100)
commit42856811f2b174e37a761bfcb9fbeb8c6af2f558
tree8070ebe0a5959d03a55a02827d05e73245486872
parent225d4bba22a409bc1c375a2029d2162d336f0070
[q3map2] Unwind script stack in case of script loading error.

Also avoid type punning read into char* variable (even though char* and void* happen to be layout-compatible).
tools/quake3/common/scriplib.c