]> git.xonotic.org Git - xonotic/darkplaces.git/commit
cbuf: catch runaway command loops, respects -norunaway cmdline arg
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 25 Sep 2023 09:30:33 +0000 (19:30 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 26 Sep 2023 04:40:26 +0000 (14:40 +1000)
commit135e5191fc7edf867bccfb8f72e205e956c0e93f
treee4a26dd472b0cbc3262a6f20e378d1e47d543a56
parent6b21c467a83808e3becf61afe7b67a88f870b502
cbuf: catch runaway command loops, respects -norunaway cmdline arg

Prevents DP from spinlocking permanently.

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