CLEANUP: started rewrite of pre-game phase, fixed 'start' section
authorArun Persaud <arun@nubati.net>
Sat, 5 Jan 2008 21:43:53 +0000 (22:43 +0100)
committerArun Persaud <arun@nubati.net>
Sat, 5 Jan 2008 22:21:35 +0000 (23:21 +0100)
commit9122cf59b57c7405a14b5a61238667b98dd58150
treebc7d82130f69c54be1c17a459df453a0dc033a43
parent2264646817a59a6e3aefa835c492938dde4f25ee
CLEANUP: started rewrite of pre-game phase, fixed 'start' section

the whole process is not very easy to read... you could get from start to init, but then
the error check for the start phase was done during the init phase and if something went
wrong init sent you back to the start-phase... now all error-checking for the start-phase
is done during the start phase. should be a bit easier to read ;)

Still need to fix the other sections
Signed-off-by: Arun Persaud <arun@nubati.net>
index.php