nonlocal stuff again
[carveJwlIkooP6JGAAIwe30JlM.git] / player.c
index 48f696a163b9240d4e227ea495d609c18f222c60..b804ed14b23e71aadd9ac65d449d4332e5abaf47 100644 (file)
--- a/player.c
+++ b/player.c
@@ -352,7 +352,7 @@ void player__pass_gate( player_instance *player, ent_gate *gate )
    m4x3_mulv( gate->transport, player->cam.pos, player->cam.pos );
    player_save_rewind_frame( player );
 
-   if( gate->type == k_gate_type_nonlocal )
+   if( gate->type == k_gate_type_nonlocel )
       world_global.active_world = gate->target;
 
    world_global.in_volume = 0;