summaryrefslogtreecommitdiff
path: root/src/game/g_spawn.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2002-08-04 01:52:14 +0000
committerTim Angus <tim@ngus.net>2002-08-04 01:52:14 +0000
commitfd4c3379156a64336019bb13f343e8d7206bd9d9 (patch)
tree228f7b781c2ac9d53a13b942aae6ebfbcfe61e7d /src/game/g_spawn.c
parent156dfa9283d6a9fa4a53cf140ee35bbc9003783a (diff)
* Mispelling of "threshold" fixed
* Only Tremulous servers are listed in server list * Only Tremulous maps listed in map list
Diffstat (limited to 'src/game/g_spawn.c')
-rw-r--r--src/game/g_spawn.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/g_spawn.c b/src/game/g_spawn.c
index 6962a44e..0ab52703 100644
--- a/src/game/g_spawn.c
+++ b/src/game/g_spawn.c
@@ -619,10 +619,10 @@ void SP_worldspawn( void ) {
G_SpawnString( "humanMaxStage", "2", &s );
trap_Cvar_Set( "g_humanMaxStage", s );
- G_SpawnString( "humanStage2ThreshHold", "50", &s );
+ G_SpawnString( "humanStage2Threshold", "50", &s );
trap_Cvar_Set( "g_humanStage2Threshold", s );
- G_SpawnString( "humanStage3ThreshHold", "100", &s );
+ G_SpawnString( "humanStage3Threshold", "100", &s );
trap_Cvar_Set( "g_humanStage3Threshold", s );
G_SpawnString( "alienBuildPoints", "1000", &s );
@@ -631,10 +631,10 @@ void SP_worldspawn( void ) {
G_SpawnString( "alienMaxStage", "2", &s );
trap_Cvar_Set( "g_alienMaxStage", s );
- G_SpawnString( "alienStage2ThreshHold", "50", &s );
+ G_SpawnString( "alienStage2Threshold", "50", &s );
trap_Cvar_Set( "g_alienStage2Threshold", s );
- G_SpawnString( "alienStage3ThreshHold", "100", &s );
+ G_SpawnString( "alienStage3Threshold", "100", &s );
trap_Cvar_Set( "g_alienStage3Threshold", s );
G_SpawnString( "enableDust", "0", &s );