mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 00:20:59 +00:00
Patching from floam with some edits by myself:
I was working on a patch earlier to fix some more things up to be more modern, and I added a couple lines from that cleanup patch I showed you on irc. Some commented code was removed, some stuff was made to not be broke (old head usage), the makefile should install things better, and a a few GCC warnings were gagged. I also attempted to version it but you'll probably want to change that to whatever versioning rules you decide on using.
This commit is contained in:
parent
d54f831dd7
commit
8b1d93b397
5 changed files with 28 additions and 87 deletions
|
@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
// q_shared.h -- included first by ALL program modules.
|
||||
// A user mod should never modify this file
|
||||
|
||||
#define Q3_VERSION "Q3 1.32b"
|
||||
#define Q3_VERSION "ioQ3 1.33"
|
||||
// 1.32 released 7-10-2002
|
||||
|
||||
#define MAX_TEAMNAME 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue