aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
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 7979138..cf5e31e 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -815,7 +815,7 @@ DONE:
player->inv->sel++;
break;
case SDLK_f:
-
+ player->light^=true;
break;
default:
break;