plan9fox/sys
cinap_lenrek e4c3f92c16 games/doom: fix desyncing demo (thanks qwx)
the code used P_Random()-P_Random() in some places which has
undefined evaluation order resulting in the wrong pseudo random
numbers being returned causing demo playback to desync.

this change adds P_Random2() function which returns the right
delta-random number and uses it in place of P_Random()-P_Random()
expression.
2015-06-12 17:28:09 +02:00
..
doc
games/lib fortunes: Turning off comments. 2015-06-06 18:20:48 -04:00
include remove drawlsetrefresh and convM2Tnoenc: undefined functions 2015-06-09 18:25:09 +02:00
lib authsrv: remove unused opasstokey 2015-06-09 23:53:07 +02:00
man addpt(2): put badrect in .SH NAME so that it gets into the searchindex 2015-06-09 12:32:38 +02:00
src games/doom: fix desyncing demo (thanks qwx) 2015-06-12 17:28:09 +02:00