diff options
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -682,7 +682,7 @@ DONE: } break; case SDLK_LSHIFT: - player->speed = debug ? 4.0f : 3.0f; + player->speed = debug ? 4.0f : 1.75f; break; case SDLK_LCTRL: player->speed = .5; |