Whoops! I got slap happy with ()'s. I'll learn, just let me make more

bugs ;)

Tim McGrath (Misty)
This commit is contained in:
Timothy C. McGrath 2002-06-09 02:44:11 +00:00
parent 814b1b5f2b
commit ee3f85cf55

View file

@ -568,7 +568,7 @@ SV_CheckLog (void)
// bump sequence if almost full, or ten minutes have passed and
// there is something still sitting there
if (sz->cursize > LOG_HIGHWATER
|| ((realtime - svs.logtime) > (LOG_FLUSH && sz->cursize))
|| ((realtime - svs.logtime) > LOG_FLUSH && sz->cursize)
|| (realtime - svs.logtime) < 0) {
// swap buffers and bump sequence
svs.logtime = realtime;