aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
authornathan <nathan@disroot.org>2025-07-30 09:37:32 +0000
committernathan <nathan@disroot.org>2025-07-30 09:37:32 +0000
commit1163519c148d0cc7d885630995874af2747419d0 (patch)
tree95398d5f19e774377236af351d4e3936371fb2cd /src/game.c
parent384fa265c8493aff5f37921cf98034bb847915a2 (diff)
downloadFindThings-1163519c148d0cc7d885630995874af2747419d0.tar.gz
FindThings-1163519c148d0cc7d885630995874af2747419d0.tar.bz2
FindThings-1163519c148d0cc7d885630995874af2747419d0.zip
More pond stuff
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 7f61ddb..aee498c 100644
--- a/src/game.c
+++ b/src/game.c
@@ -30,7 +30,7 @@ void initGame(Game* game)
CUBEMAP_LAYOUT_AUTO_DETECT);
// World.
- game->world = createWorld(103489);
+ game->world = createWorld(1234);
// Player.
game->player = createPlayer();