location gui
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_skateshop.h
index 03f05441bc223937d08653ec7914d3fcb9df3c3d..ceefc8bd74d08b231b225cfb52ecb65fd2c0274b 100644 (file)
@@ -49,10 +49,13 @@ struct{
    struct {
       const char *item_title, *item_desc;
       u32 reg_id;
+
+      const char *world_title, *world_loc;
+      u32 world_reg;
    }
    render;
 }
-static global_skateshop={.render={.reg_id=0xffffffff}};
+static global_skateshop={.render={.reg_id=0xffffffff,.world_reg=0xffffffff}};
 
 VG_STATIC void global_skateshop_exit(void);
 VG_STATIC void watch_cache_board( struct cache_board *ptr );