X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.c;h=1631e05dc535b65ea19b925e65962e03271c7743;hb=6e6c7f31b8f17af3814727109e48fc6f85ef04b1;hp=259260c0f006a3110409ec27d0fd7b5fc7c5e5ea;hpb=16c5fc3809deefc83259e4cb83ee599ef11c9dcf;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;