diff options
-rw-r--r-- | src/game/g_client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_client.c b/src/game/g_client.c index 614c28d8..a61fb653 100644 --- a/src/game/g_client.c +++ b/src/game/g_client.c @@ -433,6 +433,8 @@ gentity_t *SelectTremulousSpawnPoint( int team, vec3_t origin, vec3_t angles ) VectorCopy( spot->s.pos.trBase, origin ); VectorCopy( spot->s.angles, angles ); + angles[ ROLL ] = 0; + if( team == PTE_ALIENS ) { BG_FindBBoxForBuildable( BA_A_SPAWN, spawnMins, spawnMaxs ); |