diff options
Diffstat (limited to 'src/defaults.h')
| -rw-r--r-- | src/defaults.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defaults.h b/src/defaults.h index f4914ec..0719656 100644 --- a/src/defaults.h +++ b/src/defaults.h @@ -8,6 +8,7 @@ static inline void set_blocks(struct game_blocks *game_blocks) { + game_blocks->background = get_block('?', false, get_color_code(COLOR_WHITE, COLOR_BLACK)); game_blocks->hidden = get_block('?', false, get_color_code(COLOR_WHITE, COLOR_BLACK)); game_blocks->wall = get_block(' ', false, get_color_code(COLOR_BLACK, COLOR_WHITE)); game_blocks->road = get_block(' ', false, get_color_code(COLOR_WHITE, COLOR_BLACK)); |
