[quake3-commits] [ioquake/ioq3] 082277: Fix timelimit causing an infinite map ending loop

Zack Middleton zack at cloemail.com
Sun Feb 4 10:03:12 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: 0822772ea2868bb7e56855c007f3bed2ab681043
      https://github.com/ioquake/ioq3/commit/0822772ea2868bb7e56855c007f3bed2ab681043
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2018-02-04 (Sun, 04 Feb 2018)

  Changed paths:
    M code/game/g_main.c

  Log Message:
  -----------
  Fix timelimit causing an infinite map ending loop

A negative timelimit value or a value that would overflow the
multiplication by 60000 caused an endless map change/reload.

Based on patch and description by @vloup.




More information about the quake3-commits mailing list