Author Topic: [FIXED] Preplaced lemmings influence starting hatch [BUG] [PLAYER]  (Read 1406 times)

0 Members and 1 Guest are viewing this topic.

Offline Nepster

  • Posts: 1829
    • View Profile
This bug is the cause of some of the problems in Flopsy's recent bug report.

Assume a level has p preplaced lemmings and n hatches (indexed by 0, 1, ..., n-1). Then the first lemming should spawn in hatch number 0, but instead is spawns in hatch number p mod n.
« Last Edit: October 26, 2016, 07:56:53 PM by Nepster »

Offline Nepster

  • Posts: 1829
    • View Profile
Re: Preplaced lemmings influence starting hatch [BUG] [PLAYER]
« Reply #1 on: October 26, 2016, 07:56:41 PM »
...and fixed for the next NL update.