globalcitizen / zomia

Roguelike game set in ancient Yunnan.
GNU General Public License v3.0
53 stars 4 forks source link

Fix bad random seed #16

Closed globalcitizen closed 8 years ago

globalcitizen commented 8 years ago

Currently os.time() and math.random() are used which results in replays of NPC noises while moving. A better RNG from rotLove would be best.

globalcitizen commented 8 years ago

Seems to be an issue with the RNG ... see https://github.com/paulofmandown/rotLove/issues/11

globalcitizen commented 8 years ago

Sorted.