mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 08:31:14 +00:00
* (bug 3393) Blank user names still possible (Michael Jard <kfaust@gmail.com>)
* (bug 3363) Download percentage overflow (Martin Doucha <next_ghost@quick.cz>) * (bug 3390) MSVC project (Julian Priestley <juzley@gmail.com>) * For OS X and MinGW ports, don't -I code/SDL when USE_LOCAL_HEADERS is 0
This commit is contained in:
parent
881988636a
commit
31c24bd0d2
25 changed files with 10014 additions and 103 deletions
|
@ -136,7 +136,7 @@ qboolean BotLibSetup(char *str)
|
|||
int Export_BotLibSetup(void)
|
||||
{
|
||||
int errnum;
|
||||
char logfilename[MAX_QPATH];
|
||||
char logfilename[MAX_OSPATH];
|
||||
char *homedir, *gamedir;
|
||||
|
||||
bot_developer = LibVarGetValue("bot_developer");
|
||||
|
|
|
@ -705,11 +705,7 @@ int PC_ExpandBuiltinDefine(source_t *source, token_t *deftoken, define_t *define
|
|||
token_t **firsttoken, token_t **lasttoken)
|
||||
{
|
||||
token_t *token;
|
||||
#ifdef _WIN32
|
||||
unsigned long t; // time_t t; //to prevent LCC warning
|
||||
#else
|
||||
time_t t;
|
||||
#endif
|
||||
|
||||
char *curtime;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue