Small cleanups for compiler warnings

This commit is contained in:
Richard Allen 2002-06-19 18:18:09 +00:00
parent c114cae764
commit 7da6e30628
2 changed files with 8 additions and 2 deletions

View file

@ -5,6 +5,9 @@
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.97 2002/06/19 18:18:09 jbravo
// Small cleanups for compiler warnings
//
// Revision 1.96 2002/06/19 18:13:57 jbravo
// New TNG spawning system :)
//
@ -1128,7 +1131,7 @@ void ClientUserinfoChanged(int clientNum)
}
else {
// This didn't really worked...
/* G_Printf("Sending changed userinfo\n");
/ * G_Printf("Sending changed userinfo\n");
Info_SetValueForKey( userinfo, "cg_RQ3_auth", "1" );
// register the userinfo
trap_SetUserinfo( clientNum, userinfo );

View file

@ -5,6 +5,9 @@
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.134 2002/06/19 18:18:09 jbravo
// Small cleanups for compiler warnings
//
// Revision 1.133 2002/06/18 09:23:23 niceass
// small callvote upgrade
//
@ -1840,7 +1843,7 @@ void Cmd_CallVote_f(gentity_t * ent)
}
Com_sprintf(level.voteDisplayString, sizeof(level.voteDisplayString), "%s", level.voteString);
} else if (!Q_stricmp(arg1, "cyclemap")) {
char s[MAX_STRING_CHARS];
// char s[MAX_STRING_CHARS];
/*trap_Cvar_VariableStringBuffer("nextmap", s, sizeof(s));
if (!*s) {