juniper-wright / UtopianEngine

The Simple Text Adventure Game Engine
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Game::updateScore() Exception-handling #41

Closed juniper-wright closed 11 years ago

juniper-wright commented 11 years ago

Game::updateScore() has a parseDouble in a try-catch, but the catch block is empty. Add some exception handling. Likely a GameEndException.