X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=player.h;h=1c02a4e55f1742d1fd0894c2ef22e17657bdd6c5;hb=a1056ed8198f0f5be0e0f341da8bd49aa6c47198;hp=8923cf9190f6352631567a7a14b78614b44fabea;hpb=2e4531dfd7bd0d9a0776fda1a62653806d85eb3b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index 8923cf9..1c02a4e 100644 --- a/player.h +++ b/player.h @@ -51,7 +51,7 @@ struct player_instance cam_land_punch, cam_land_punch_v; - teleport_gate *gate_waiting; + ent_gate *gate_waiting; /* * Input @@ -119,7 +119,7 @@ void (*_player_bind[])( player_instance *player ) = }; VG_STATIC -void (*_player_reset[])( player_instance *player, struct respawn_point *rp ) = +void (*_player_reset[])( player_instance *player, ent_spawn *rp ) = { NULL, player__skate_reset,