mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 20:50:42 +00:00
ec16ffaa65
WARNING: this fixes a scope bug in qcc and thus you WILL get different (but now correct) code for the following: float foo; void () bar = { local float foo; foo = 0; } ie, the local foo will, as is correct, now be a separate var to the global foo. |
||
---|---|---|
.. | ||
cvs2cl | ||
Forge | ||
gas2masm | ||
misc | ||
pak | ||
qfcc | ||
zpak |