From 5b4909a3e494eb8c677e3ae65818469fa9c22e3c Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 11 Jan 2004 00:20:04 +0000 Subject: * Sorted out hydra gas screwups * Synced MOD_ and EV_ lists * Removed "devmap" command from map rotation system * Increased soldier bite damage to 50 * Reduced price of light armour to 70 * Added visibility tests to the hive and acid tube * Some other stuff --- src/game/g_maprotation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_maprotation.c') diff --git a/src/game/g_maprotation.c b/src/game/g_maprotation.c index 38bbc325..b5f55522 100644 --- a/src/game/g_maprotation.c +++ b/src/game/g_maprotation.c @@ -466,7 +466,7 @@ static void G_IssueMapChange( int rotation ) int map = G_GetCurrentMap( rotation ); char cmd[ MAX_TOKEN_CHARS ]; - trap_SendConsoleCommand( EXEC_APPEND, va( "devmap %s\n", + trap_SendConsoleCommand( EXEC_APPEND, va( "map %s\n", mapRotations.rotations[ rotation ].maps[ map ].name ) ); for( i = 0; i < mapRotations.rotations[ rotation ].maps[ map ].numCmds; i++ ) -- cgit