nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Walking on grass walls crash #410

Closed MicroChasm closed 2 years ago

MicroChasm commented 2 years ago

Currently, walking on player-made inter-tile grass walls causes the game to crash.

nsmryan commented 2 years ago

How do I recreate this? I tried to step on some grass walls and didn't see a problem.

nsmryan commented 2 years ago

I have fixed related problems. I wonder if we will be able to replicate with a more recent version.