diff options
| author | Matheus <149222182+matheus20337@users.noreply.github.com> | 2025-10-19 14:57:10 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-19 14:57:10 -0300 |
| commit | 577c1ca7ec4e5d7c73e50ded198f1b077ad0044e (patch) | |
| tree | f142dcde582fc96e306334d9ab357d1508eb6e5d /game.c | |
| parent | 7416b42983d567fb7fadb45dcbaf98c80aee77b5 (diff) | |
Diffstat (limited to 'game.c')
| -rw-r--r-- | game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #define DEFAULT_WIDTH 30 #define DEFAULT_HEIGHT 25 -/* draws the game map. Excepts a window large enough to print the map */ +/* draws the game map. Expects a window large enough to print the map */ static void draw(WINDOW *display, Map *map) { werase(display); |
