From 0287f62578cb4aa643649a9d62dc753586b16b30 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Sun, 12 Apr 2009 23:00:24 +0200 Subject: fix bad preFixs --- src/client/pauza.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/pauza.c') diff --git a/src/client/pauza.c b/src/client/pauza.c index ae125d2..a2187d1 100644 --- a/src/client/pauza.c +++ b/src/client/pauza.c @@ -34,7 +34,7 @@ void pauza_init() g_pauza = image_add("pauza.png", IMAGE_ALPHA, "pauza", IMAGE_GROUP_USER); activePauza = FALSE; - hotKey_register(SDLK_p, hotkey_pauze); + hot_key_register(SDLK_p, hotkey_pauze); } void pauza_draw() @@ -58,5 +58,5 @@ bool_t pauza_is_active() void pauza_quit() { - unhotKey_register(SDLK_p); + unhot_key_register(SDLK_p); } -- cgit v1.2.3