From 135d593deef607dcf5c8f5dabcd579ea1719fe01 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Sun, 12 Apr 2009 23:22:23 +0200 Subject: fix bad prefixes and names every one --- src/client/pauza.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/pauza.c') 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); } -- cgit v1.2.3