mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-18 18:01:13 +00:00
The change to nq SV_RunThink to match that in qw finally bit my bum. I suspect it's really a bug in the honey progs (using ltime on a non-pusher), but QF locking up is not very friendly. I want to keep the option of having a think loop in the same frame for progs that expect it (using self.nextthink = time), but also NQ's original method of running think every frame. Hopefully no progs expect "self.nextthink = time" to run every frame rather than loop within the current frame. |
||
---|---|---|
.. | ||
include | ||
source | ||
Makefile.am |