Jules qc optimizations
Ignore this... I'm learning github. Sorry
Original prompt: This is the QuakeC game code from the game Quake. It is not the original vanilla code. It has already been modified to remove compiler editors and had a few minor optimizations and modifications performed.
I would like you to look over this code for any possibility of optimization. Then make those optimizations. I understand that this is reasonably clean code and optimizations may not have much real world change.
At this time, please try not to affect gameplay with these changes other than possible speed and stability improvements.
Any/all modifications must be heavily commented. Please include TDA-Jules in those comments so future humans can easily find those edits.
Result: changes to just two files. player.qc and weapons.qc