]> git.xonotic.org Git - xonotic/darkplaces.git/commit
PRVM: don't break csqc when menuqc has a problem
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 25 Feb 2024 22:27:35 +0000 (08:27 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 26 Feb 2024 09:30:08 +0000 (19:30 +1000)
commit676351a4173915edc38016f76b93ab0bc01e3679
treed2b6494f18b7372ab2e546868eed080970f5e739
parent45fabf40b88182584eb606d2bdf7cda8deecd811
PRVM: don't break csqc when menuqc has a problem

Fixes a regression in 3d84db99ed9d8234809d237512f44cfa6d7ce1a0 caused by
moving this line such that it executes even for MVM errors. We don't
need it because it's done by Host_Error->CL_DisconnectEx->CL_VM_ShutDown

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
prvm_exec.c