mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-25 05:31:00 +00:00
0770c0022c
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. |
||
---|---|---|
.. | ||
ammo.txt | ||
armor.txt | ||
health.txt | ||
inv_misc.txt | ||
inventory.txt | ||
powerups.txt | ||
stateprovider.txt | ||
weaponpiece.txt | ||
weapons.txt |