mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
Changed a few names in the menu
version upcount
This commit is contained in:
parent
c9eeebd64e
commit
2c8bf8438b
3 changed files with 8 additions and 28 deletions
|
@ -203,16 +203,16 @@ char *UI_GetStatName(int num){
|
|||
return "Start positions:";
|
||||
|
||||
case MS_LAPS:
|
||||
return "Default number of laps:";
|
||||
return "Laps:";
|
||||
|
||||
case MS_LAPTIME:
|
||||
return "Laptime:";
|
||||
|
||||
case MS_NUMCHECKPOINTS:
|
||||
return "Number of checkpoints:";
|
||||
return "Checkpoints:";
|
||||
|
||||
case MS_NUMOBSERVERSPOTS:
|
||||
return "Number of observer spots:";
|
||||
return "Observer spots:";
|
||||
|
||||
case MS_NUMWEAPONS:
|
||||
return "Weapons:";
|
||||
|
@ -1410,7 +1410,7 @@ static void ServerOptions_InitPlayerItems( void ) {
|
|||
|
||||
// init teams
|
||||
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;
|
||||
}
|
||||
for( ; n < PLAYER_SLOTS; n++ ) {
|
||||
|
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.3c_r426"
|
||||
#define PRODUCT_VERSION "v0.3c_r430"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -887,32 +887,12 @@ q3rallycode
|
|||
[Open project files]
|
||||
0=engine\code\qcommon\q_shared.h
|
||||
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]
|
||||
Main=
|
||||
Selected=engine\code\qcommon\q_shared.h
|
||||
Selected=engine\code\q3_ui\ui_rally_startserver.c
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=51
|
||||
Caret=36,70
|
||||
[engine\code\q3_ui\ui_rally_startserver.c]
|
||||
TopLine=1397
|
||||
Caret=36,1413
|
||||
[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
|
||||
TopLine=253
|
||||
Caret=12,215
|
||||
|
|
Loading…
Reference in a new issue