From 8703d4e9325c896c0b489c63f96d42d8d79a31e3 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Tue, 2 Feb 2010 12:17:33 -0500 Subject: AERO patch applied; this represents our progress at the end of GGJ --- code/game/g_misc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'code/game/g_misc.c') 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 ) { -- cgit v1.2.3