varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Replace magic constants in Battle.stage #81

Closed varkor closed 10 years ago

varkor commented 10 years ago

At the moment, Battle.stage uses 0 for inactive, 0 – 1 for opening the battle, 1 for in-battle and 2 for waiting for online communications. Enums should be used instead.