mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-24 03:02:31 +00:00
This fixes a nine year old bug that I discovered only today thanks to the vulkan renderer. The problem was that when a model had a clear callback, it was not getting marked as needing to be reloaded, and thus the model would be "reused" after being trampled on by another model loading over it. Also, plug a potential string buffer overflow (strcpy just will not die!). |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
models | ||
net | ||
qw | ||
ruamoko | ||
util | ||
video | ||
Makemodule.am |