mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-24 03:02:31 +00:00
While this does pull the grovelling for the subpic out to the callers, the real problem is the excessive use of qpic_t in the internal code: qpic_t is really just the image format in wad files, and shouldn't be used as a generic image handle. Cleans up more of the icky code in the font drawing functions. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |