X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.c;fp=skaterift.c;h=01f27681bd9bffcb9d14570aab7427a1f03e09e7;hb=cc9f70bac2e1fad91457fd1eb67f8e81d7af6e05;hp=756fcfe891c0cf9494f3e8b928afeade5939e119;hpb=3fad4b17d422d9542e820b816be01207999f4a03;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.c b/skaterift.c index 756fcfe..01f2768 100644 --- a/skaterift.c +++ b/skaterift.c @@ -191,8 +191,7 @@ static void skaterift_load_world_content(void){ ADDON_REG_MTZERO|ADDON_REG_PREMIUM ); skaterift_mount_world_unloadable( "maps/dev_tutorial", 0 ); skaterift_mount_world_unloadable( "maps/dev_flatworld", 0 ); - skaterift_mount_world_unloadable( "maps/mp_line1", - ADDON_REG_MTZERO|ADDON_REG_PREMIUM ); + skaterift_mount_world_unloadable( "maps/mp_line1", ADDON_REG_PREMIUM ); world_static.load_state = k_world_loader_load;