ondras / rot.js

ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests!
https://ondras.github.io/rot.js/hp/
BSD 3-Clause "New" or "Revised" License
2.34k stars 255 forks source link

Clean up ROT.Map.Rogue #95

Closed ZLester closed 8 years ago

ZLester commented 8 years ago

Nothing specifically addressed in #62, though it looks like there were additional unused variables that were initialized but never used.

Summary: Removed unused variables. Fixed spelling error in "_drawCorridore" method. Made code style more internally consistent.

ondras commented 8 years ago

Thanks @ZLester for cleaning this up!