mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-24 21:01:34 +00:00
small fix in the spectator menu
version upcount
This commit is contained in:
parent
1b8f348dc2
commit
a56979818c
3 changed files with 7 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue