small fix in the spectator menu

version upcount
This commit is contained in:
q3rally 2021-04-15 21:55:52 +00:00
parent 1b8f348dc2
commit a56979818c
3 changed files with 7 additions and 3 deletions

View file

@ -2710,7 +2710,7 @@ static void CG_DrawSpectator(void) {
*/
// Q3Rally Code END
if ( cgs.gametype >= GT_TEAM ) {
CG_DrawBigString(320 - 39 * 8, 460, "press ESC and use the JOIN menu to play", 1.0F);
CG_DrawBigString(320 - 39 * 8, 460, "press ESC and use the START menu to play", 1.0F);
}
}

View file

@ -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.0.3.0_r362"
#define PRODUCT_VERSION "v0.0.3.0_r372"
#endif

View file

@ -860,12 +860,16 @@ q3rallycode
[Open project files]
0=engine\code\qcommon\q_shared.h
1=engine\code\qcommon\surfaceflags.h
2=engine\code\cgame\cg_draw.c
[Selected Project Files]
Main=
Selected=engine\code\qcommon\surfaceflags.h
Selected=engine\code\qcommon\q_shared.h
[engine\code\qcommon\q_shared.h]
TopLine=53
Caret=39,70
[engine\code\qcommon\surfaceflags.h]
TopLine=59
Caret=19,59
[engine\code\cgame\cg_draw.c]
TopLine=2696
Caret=67,2713