diff options
Diffstat (limited to 'src/client/pauza.c')
| -rw-r--r-- | src/client/pauza.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pauza.c b/src/client/pauza.c index a2187d1..251c753 100644 --- a/src/client/pauza.c +++ b/src/client/pauza.c @@ -58,5 +58,5 @@ bool_t pauza_is_active() void pauza_quit() { - unhot_key_register(SDLK_p); + hot_key_unregister(SDLK_p); } |