X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gen.h;h=f63026e7b44304943e1b4d1dce39a1610de9b93e;hb=7a2032debc2c3bff7e4f795f39fd0e798186b4c2;hp=9aaa0f3a7168bf9bb246b5b23709e3a167ad53a8;hpb=a1056ed8198f0f5be0e0f341da8bd49aa6c47198;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gen.h b/world_gen.h index 9aaa0f3..f63026e 100644 --- a/world_gen.h +++ b/world_gen.h @@ -881,12 +881,12 @@ VG_STATIC void world_unload( world_instance *world ) glDeleteTextures( 1, &world->tex_light_cubes ); /* FIXME: CANT DO THIS HERE */ + /* whynot? */ world_global.time = 0.0; world_global.rewind_from = 0.0; world_global.rewind_to = 0.0; world_global.last_use = 0.0; - world_global.current_run_version = 2; - world_global.active_route_board = 0; + world_global.sfd.active_route_board = 0; /* delete textures and meshes */ glDeleteTextures( world->texture_count, world->textures );