X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gen.h;h=3a66523991d09c1efac6812fb7c48a40c8b6532e;hb=76042e561d89b232f04cac8a431b5cd7b30a6b9d;hp=c0c4264898d1b6ef4db16c5255851d5cf47acbc7;hpb=6c1541ad6a2915912e7439661820a786cb145af4;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)