diff options
Diffstat (limited to 'src/game.c')
| -rw-r--r-- | src/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
