Removed some debugging code

This commit is contained in:
2015-08-24 14:40:33 +10:00
parent ffe5c80117
commit c6bc8c24fb
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -241,12 +241,6 @@ void World::KeyDown(SDL_KeyboardEvent const& event) {
//TODO: (3) the escape key should actually control menus and stuff
SendLogoutRequest();
return;
case SDLK_SPACE:
//DEBUG: testing bug #45
//reset the map
regionPager.UnloadAll();
return;
}
//character movement
+1 -1
Submodule common updated: a083cce5da...e7d3205a96