summaryrefslogtreecommitdiff
path: root/src/screen/choiceArena.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen/choiceArena.c')
-rw-r--r--src/screen/choiceArena.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen/choiceArena.c b/src/screen/choiceArena.c
index 4a633be..7bfee61 100644
--- a/src/screen/choiceArena.c
+++ b/src/screen/choiceArena.c
@@ -91,7 +91,7 @@ void choice_arena_event()
void stopScreenChoiceArena()
{
- unhot_key_register(SDLK_ESCAPE);
+ hot_key_unregister(SDLK_ESCAPE);
}
static void button_eventImage(void *p)