Lyle-Tafoya / Omega

My C++ fork of the 1987 roguelike "Omega"
GNU General Public License v3.0
29 stars 3 forks source link

Random crash bug when entering sewers #16

Closed Lyle-Tafoya closed 9 months ago

Lyle-Tafoya commented 1 year ago

I only encountered this once, but the level generation likely has a bug with a slim chance of occurring. Hopefully I can reproduce this while running the game in gdb so I can find the cause.

Lyle-Tafoya commented 9 months ago

After writing a custom test to generate sewer levels with hundreds of thousands of seeds, I have been unable to reproduce this issue. Many changes have been made to the code since I encountered this issue, so I am going to close this issue.