summaryrefslogtreecommitdiff
path: root/src/client/game.c
diff options
context:
space:
mode:
authorDusan Durech <dusan@debian.debian>2009-04-12 23:22:23 +0200
committerDusan Durech <dusan@debian.debian>2009-04-12 23:22:23 +0200
commit135d593deef607dcf5c8f5dabcd579ea1719fe01 (patch)
tree15ddf0e546ed7e9a14ac60a1d01feb8552277b22 /src/client/game.c
parent0287f62578cb4aa643649a9d62dc753586b16b30 (diff)
fix bad prefixes and names every one
Diffstat (limited to 'src/client/game.c')
-rw-r--r--src/client/game.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/game.c b/src/client/game.c
index ef4bae8..8e0c30a 100644
--- a/src/client/game.c
+++ b/src/client/game.c
@@ -61,7 +61,7 @@ static void initGame()
item_init();
shot_init();
panel_init();
- word_init();
+ world_init();
main_menu_init();
analyze_init();
@@ -98,7 +98,7 @@ void game_quit()
tux_quit();
shot_quit();
panel_quit();
- word_quit();
+ world_quit();
image_quit();
#ifndef NO_SOUND
sound_quit();