launch option to load world
[carveJwlIkooP6JGAAIwe30JlM.git] / skaterift.h
index f96d17c61b470fae836be8a9cdb2bf592d58bd90..a21e6ab423642b4b86903b8c7490cff9471df3a6 100644 (file)
@@ -68,9 +68,12 @@ struct{
    int demo_mode;
 
    audio_channel *aud_air;
+   const char *hub_world;
 }
 static skaterift = { 
-   .op = k_async_op_clientloading, .time_rate = 1.0f, .demo_mode = 1 };
+   .op = k_async_op_clientloading, .time_rate = 1.0f, .demo_mode = 1,
+   .hub_world = "maps/dev_hub"
+};
 
 /* Skaterift api */
 static void skaterift_change_world_start( addon_reg *reg );