Entire project is building cleanly again, but characters are static

This commit is contained in:
Kayne Ruse
2014-05-28 00:25:58 +10:00
parent 967f0653a1
commit 519b8a1e36
2 changed files with 31 additions and 28 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void InCombat::Render(SDL_Surface* const screen) {
void InCombat::QuitEvent() {
//exit the game AND the server
RequestDisconnect();
// RequestDisconnect();
SetNextScene(SceneList::MAINMENU);
}