Added the restart scene

This commit is contained in:
Kayne Ruse
2014-06-02 00:45:57 +10:00
parent 9d83abbd38
commit 4acd350219
6 changed files with 243 additions and 8 deletions
+1 -2
View File
@@ -167,8 +167,7 @@ void InCombat::HandlePacket(SerialPacket packet) {
}
void InCombat::HandleDisconnect(SerialPacket) {
//TODO: stuff
//TODO: I probably need a separate disconnection scene, for setting the client state back to normal
SetNextScene(SceneList::RESTART);
}
//TODO: more network handlers