Found the culprit for bug #45

This commit is contained in:
Kayne Ruse
2015-08-24 03:37:44 +10:00
parent 626435974e
commit 188a6805bf
4 changed files with 10 additions and 1 deletions
+6
View File
@@ -241,6 +241,12 @@ 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