mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 00:40:55 +00:00
3c17efe91b
Forgetting to unhook the functions (Sys_Printf and the client console's input event handler) was not a problem for static builds because the functions were always present, but in builds with dynamic plugins, the client console's code got ripped away and thus Sys_Printf and the event hander were being sent into invalid memory. Too much work, not enough play (with a fully installed client). |
||
---|---|---|
.. | ||
bi_inputline.c | ||
buffer.c | ||
client.c | ||
complete.c | ||
console.c | ||
filelist.c | ||
list.c | ||
Makemodule.am | ||
menu.c | ||
server.c |