diff options
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -326,6 +326,7 @@ namespace ui { if(SDL_KEY==SDLK_LSHIFT)player->speed = 1; if(SDL_KEY==SDLK_LCTRL)player->speed = 1; if(SDL_KEY==SDLK_h)player->health-=5; + if(SDL_KEY==SDLK_f)player->light ^= true; break; default: break; |