aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index a6ed57a..d8823d2 100644
--- a/src/game.c
+++ b/src/game.c
@@ -86,7 +86,7 @@ void initGame(Game* game)
initMap(&game->map, &game->world, &game->settings);
// Interaction chat.
- initInteractionChat(&game->chat);
+ initInteractionChat(&game->chat, &game->settings);
disableGameCursor(game);
}