From c5050b17d16670c6151d5c135c3b01d66b7530f9 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Mon, 14 Dec 2015 08:25:15 -0500 Subject: Added particles --- src/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.cpp') diff --git a/src/ui.cpp b/src/ui.cpp index ff5a84a..013d1ae 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -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; -- cgit v1.2.3