X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gen.h;h=3a66523991d09c1efac6812fb7c48a40c8b6532e;hb=2ab1c45f664daf5a452fd212c89dcfd918f7dd81;hp=c0c4264898d1b6ef4db16c5255851d5cf47acbc7;hpb=d45f2b7d71311ce5ce8cd3496844b4ec7d2f46ac;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gen.h b/world_gen.h index c0c4264..3a66523 100644 --- a/world_gen.h +++ b/world_gen.h @@ -593,11 +593,12 @@ VG_STATIC void world_post_process(void) vg_release_thread_sync(); +#if 0 /* * Setup scene collider */ - reset_player( 1, (const char *[]){"start"} ); +#endif } VG_STATIC void world_process_resources(void)