diff options
| author | nathan <nathansmith@disroot.org> | 2025-11-25 15:15:02 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-11-25 15:15:02 +0000 |
| commit | 0e8b4d5e38593cd9299da73ae84b5ca5ca61042f (patch) | |
| tree | bcf848d6f30329ed978a3d0551819ef31d56dd3b /src/game.c | |
| parent | 05624b044e59e70d10b786538f55e77c19cc3c8c (diff) | |
| download | FindThings-0e8b4d5e38593cd9299da73ae84b5ca5ca61042f.tar.gz FindThings-0e8b4d5e38593cd9299da73ae84b5ca5ca61042f.tar.bz2 FindThings-0e8b4d5e38593cd9299da73ae84b5ca5ca61042f.zip | |
Really fancy looking map
Diffstat (limited to 'src/game.c')
| -rw-r--r-- | src/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ void initGame(Game* game) game->player.position = Vector3Scale(game->world.size, 0.5); // Map. - initMap(&game->map, &game->settings); + initMap(&game->map, &game->world, &game->settings); disableGameCursor(game); } |
