amethyst / rustrogueliketutorial

Roguelike Tutorial in Rust - using RLTK
MIT License
898 stars 156 forks source link

Remove too early introduced runstate. #178

Open viljami opened 3 years ago

viljami commented 3 years ago

Runstate is introduced later as separate part from state. If existing in remove part it will prevent compiling the code if following the code as the book brogresses.