Skip to content

Remove P_RandomFixed call when players are moving

Sal requested to merge TehRealSalt/SRB2:forwardmove-rng-what-da-hell into next

"Add some extra randomization" is not how RNG works :V

This line, at best, doesn't really affect anything, and at worst will make the RNG seed loop faster for no good reason. Also compounds with more players in a server. This probably isn't a big deal but it's incredibly strange either way.

Merge request reports