TeamForbiddenLLC / warfork-qfusion

Warfork is powered by Qfusion a 3D game engine. Qfusion is a fork of id Tech 2, popularly known as the Quake II engine. Qfusion is free and open-source software subject to the terms of the GNU General Public License.
https://warfork.com
105 stars 43 forks source link

feat: inline lump model implementation #331

Open pollend opened 5 months ago

pollend commented 5 months ago

I just wanted to improve the legibility of this code. the global variables introduce a lot of complicated cross cutting between functions that makes it hard to follow where things are coming in going. want o gradually inline this code to improve readability.