aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/g_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/g_misc.c')
-rw-r--r--code/game/g_misc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/code/game/g_misc.c b/code/game/g_misc.c
index b736cfd..a2bdb95 100644
--- a/code/game/g_misc.c
+++ b/code/game/g_misc.c
@@ -79,6 +79,9 @@ TELEPORTERS
void TeleportPlayer( gentity_t *player, vec3_t origin, vec3_t angles ) {
gentity_t *tent;
+ // WRITE OUT HOOK HERE -bnewbold
+ G_Printf("###VIDEOHOOK:teleport\n");
+
// use temp events at source and destination to prevent the effect
// from getting dropped by a second player event
if ( player->client->sess.sessionTeam != TEAM_SPECTATOR ) {