X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.c;h=1631e05dc535b65ea19b925e65962e03271c7743;hb=47bdc07d1a3e268f7926b5849ea751b0ef63289b;hp=259260c0f006a3110409ec27d0fd7b5fc7c5e5ea;hpb=aae2ef3e087d980130ea12cb90df15bb3d85ec65;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.c b/world_gate.c index 259260c..1631e05 100644 --- a/world_gate.c +++ b/world_gate.c @@ -326,6 +326,10 @@ static void world_link_nonlocal_async( void *payload, u32 size ){ ent_gate *gate = mdl_arritm( &world->ent_gate, j ); gate_transform_update( gate ); + if( skaterift.demo_mode ) + if( world_static.instance_addons[world_id]->flags & ADDON_REG_PREMIUM ) + continue; + if( !(gate->flags & k_ent_gate_nonlocal) ) continue; if( gate->flags & k_ent_gate_linked ) continue;