BUGFIX: html output was messed up by some return statements
authorArun Persaud <arun@nubati.net>
Sat, 25 Jul 2009 04:35:57 +0000 (21:35 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 25 Jul 2009 04:35:57 +0000 (21:35 -0700)
commit522e61d6c5c04dac9c3254ddd2fd7ebb82a1a104
treeba55839f53a3c976e6d793dddda644e99bf681ba
parent8413d51c55c34d83798127c9ba39358d86902c51
BUGFIX: html output was messed up by some return statements

instead of using return, we now use a break, this has the advantage that extra output (such as menus) will still be present and the html should be ok.
include/game.php