baby lock the door and turn the lights down low
[carveJwlIkooP6JGAAIwe30JlM.git] / skaterift.c
index b0324cc7facb93a1fcc64f15f8d40d143ddeba7e..a410301d171e836ae82697678606ce19a4941ef2 100644 (file)
@@ -257,13 +257,10 @@ VG_STATIC void vg_load(void)
    world_audio_init();
 
    /* 'systems' are completely loaded now */
-#if 0
-   strcpy( world.world_name, "maps/mp_mtzero.mdl" );
-   strcpy( world.world_name, "maps/mp_gridmap.mdl" );
-#endif
 
    /* load home world */
    world_load( &world_global.worlds[0], "maps/mp_home.mdl" );
+
    world_load( &world_global.worlds[1], "maps/mp_gridmap.mdl" );
    world_load( &world_global.worlds[2], "maps/mp_mtzero.mdl" );
    world_link_nonlocal_gates( 0, 1 );