summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 4d9dfd01..2e8a1dde 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -272,7 +272,7 @@ void do_input() {
inventory.toggle();
action_time = false;
} else if(key[KEY_K]) {
- show_skill_list_dialog = true;
+ show_skill_list_dialog = !show_skill_dialog;
action_time = false;
}
}