mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 15:30:50 +00:00
03921c03c5
Having set_expand exposed is useful for loading data into a set. However, it turns out there was a bug in its size calculation in that when the requested set size was a multiple of SET_BITS (and greater than the current set size), the new set size one be SET_BITS larger than requested. There's now some tests for this :) |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |