From 272a1b21246704aeb28fb581cd2df0ded862ad9e Mon Sep 17 00:00:00 2001 From: savagex Date: Sun, 20 May 2007 21:14:52 +0000 Subject: [PATCH] nothing to see here git-svn-id: svn://svn.icculus.org/nexuiz/trunk@2640 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/assault.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/qcsrc/server/assault.qc b/data/qcsrc/server/assault.qc index 1edbd0991..4c7e81323 100644 --- a/data/qcsrc/server/assault.qc +++ b/data/qcsrc/server/assault.qc @@ -1,6 +1,6 @@ //============================================================================= -/*QUAKED info_player_attacker (1 0 1) (-16 -16 -24) (16 16 45) INITIAL +/*QUAKED info_player_attacker (1 0 0) (-16 -16 -24) (16 16 45) INITIAL Normal attacker spawning location for Nexuiz Asssault -------- KEYS -------- angle : direction in which player will look when spawning in the game. Does not apply to bots. @@ -19,7 +19,7 @@ void info_player_attacker() { //============================================================================= -/*QUAKED info_player_defender (1 0 1) (-16 -16 -24) (16 16 45) INITIAL +/*QUAKED info_player_defender (0 1 0) (-16 -16 -24) (16 16 45) INITIAL Normal defender spawning location for Nexuiz Asssault -------- KEYS -------- angle : direction in which player will look when spawning in the game. Does not apply to bots. -- 2.39.2