aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/g_misc.c
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@robocracy.org>2010-02-02 12:17:33 -0500
committerbryan newbold <bnewbold@robocracy.org>2010-02-02 12:17:33 -0500
commit8703d4e9325c896c0b489c63f96d42d8d79a31e3 (patch)
treebab3db64461f60bcd8693cd9a15ebae9b416c3f2 /code/game/g_misc.c
parent3a9cccd9785c394466594c857016d55dfdde560f (diff)
downloadioquake3-aero-8703d4e9325c896c0b489c63f96d42d8d79a31e3.tar.gz
ioquake3-aero-8703d4e9325c896c0b489c63f96d42d8d79a31e3.zip
AERO patch applied; this represents our progress at the end of GGJ
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 ) {