Changed a few names in the menu

version upcount
This commit is contained in:
q3rally 2021-07-31 20:14:05 +00:00
parent c9eeebd64e
commit 2c8bf8438b
3 changed files with 8 additions and 28 deletions

View file

@ -203,16 +203,16 @@ char *UI_GetStatName(int num){
return "Start positions:"; return "Start positions:";
case MS_LAPS: case MS_LAPS:
return "Default number of laps:"; return "Laps:";
case MS_LAPTIME: case MS_LAPTIME:
return "Laptime:"; return "Laptime:";
case MS_NUMCHECKPOINTS: case MS_NUMCHECKPOINTS:
return "Number of checkpoints:"; return "Checkpoints:";
case MS_NUMOBSERVERSPOTS: case MS_NUMOBSERVERSPOTS:
return "Number of observer spots:"; return "Observer spots:";
case MS_NUMWEAPONS: case MS_NUMWEAPONS:
return "Weapons:"; return "Weapons:";
@ -1410,7 +1410,7 @@ static void ServerOptions_InitPlayerItems( void ) {
// init teams // init teams
if( s_serveroptions.gametype >= GT_TEAM ) { if( s_serveroptions.gametype >= GT_TEAM ) {
for( n = 0; n < (PLAYER_SLOTS / 2); n++ ) { for( n = 0; n < (PLAYER_SLOTS / 3); n++ ) {
s_serveroptions.playerTeam[n].curvalue = 0; s_serveroptions.playerTeam[n].curvalue = 0;
} }
for( ; n < PLAYER_SLOTS; n++ ) { for( ; n < PLAYER_SLOTS; n++ ) {

View file

@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define BASETA "missionpack" #define BASETA "missionpack"
#ifndef PRODUCT_VERSION #ifndef PRODUCT_VERSION
#define PRODUCT_VERSION "v0.3c_r426" #define PRODUCT_VERSION "v0.3c_r430"
#endif #endif

View file

@ -887,32 +887,12 @@ q3rallycode
[Open project files] [Open project files]
0=engine\code\qcommon\q_shared.h 0=engine\code\qcommon\q_shared.h
1=engine\code\q3_ui\ui_rally_startserver.c 1=engine\code\q3_ui\ui_rally_startserver.c
2=engine\code\q3_ui\ui_local.h
3=engine\code\q3_ui\ui_main.c
4=engine\code\q3_ui\ui_rally_controls.c
5=engine\code\game\g_weapon.c
6=engine\code\game\g_missile.c
[Selected Project Files] [Selected Project Files]
Main= Main=
Selected=engine\code\qcommon\q_shared.h Selected=engine\code\q3_ui\ui_rally_startserver.c
[engine\code\qcommon\q_shared.h] [engine\code\qcommon\q_shared.h]
TopLine=51 TopLine=51
Caret=36,70 Caret=36,70
[engine\code\q3_ui\ui_rally_startserver.c] [engine\code\q3_ui\ui_rally_startserver.c]
TopLine=1397 TopLine=253
Caret=36,1413 Caret=12,215
[engine\code\q3_ui\ui_local.h]
TopLine=44
Caret=1,60
[engine\code\q3_ui\ui_main.c]
TopLine=225
Caret=47,243
[engine\code\q3_ui\ui_rally_controls.c]
TopLine=93
Caret=22,98
[engine\code\game\g_weapon.c]
TopLine=539
Caret=45,557
[engine\code\game\g_missile.c]
TopLine=748
Caret=1,768