mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
62c20aa4ab
The problem was caused by passing the index into the dtables array to dtable_get which expects a handle. A handle is the ones-compliment negative of the index which means that handle 0 is invalid (but 0 was being passed... oops). Fixes the segfault when qw-client-x11 connects to a server. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
models | ||
net | ||
qw | ||
ruamoko | ||
util | ||
video | ||
Makemodule.am |