quakeforge/libs/video
Bill Currie 3de67589a3 Fix random particle origin/velocity z component.
This is a quick fix until I get a random number generator into QF.

Mingw's RAND_MAX is only 0x7fff and so the (((rnd >> 10) & 63) - 31.5) / 63.0
used for the z component of origin and velocity would never go positive.
For now, change the 10 to 9 (reusing another bit from Y). I plan on
implementing a full 32-bit PRNG in QF so we always have a reliable
generator.
2013-01-21 14:53:13 +09:00
..
renderer Fix random particle origin/velocity z component. 2013-01-21 14:53:13 +09:00
targets Put the key_dest default back to key_console. 2013-01-19 12:17:57 +09:00
Makefile.am several libs can now get built as dlls in windows: console, gamecode, 2004-01-19 07:47:41 +00:00