aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-12-14 08:25:15 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-12-14 08:25:15 -0500
commitc5050b17d16670c6151d5c135c3b01d66b7530f9 (patch)
treed8cffed7b2a576023e013b2133504d273e85b652 /src/ui.cpp
parentb477db406b9d7aa4f62a750c9ae3c3cedc533b3b (diff)
Added particles
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
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;