mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-22 11:41:38 +00:00
Builtins calling other functions that call back into progs can get their parameter pointers messed up resulting in all sorts of errors. Thus wrap all callbacks to progs in PR_SaveParams/PR_RestoreParams. Also, ditch PR_RESET_PARAMS in favor of using PR_SetupParams and move setting pr_argc into PR_SetupParams. |
||
---|---|---|
.. | ||
curses.c | ||
debug.c | ||
editbuffer.c | ||
graphics.c | ||
main.c | ||
qwaq-cmd.c | ||
qwaq-curses.c | ||
qwaq-graphics.c | ||
term-input.c | ||
threading.c |