gzdoom-gles/wadsrc
Christoph Oelckers 0770c0022c - cleaned up use of the random function in script files.
Many uses of random() & value have been turned into random(0, value).
This is not only more efficient, it also ensures better random distribution because the parameter-less variant only returns values between 0 and 255.
2018-12-21 12:40:05 +01:00
..
static - cleaned up use of the random function in script files. 2018-12-21 12:40:05 +01:00
CMakeLists.txt - missed one qzdoom reference 2017-07-20 06:45:08 -04:00