diff --git a/engine/code/cgame/cg_draw.c b/engine/code/cgame/cg_draw.c index bafd535e..568051ff 100644 --- a/engine/code/cgame/cg_draw.c +++ b/engine/code/cgame/cg_draw.c @@ -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); } } diff --git a/engine/code/qcommon/q_shared.h b/engine/code/qcommon/q_shared.h index d8e02122..e4d8cea6 100644 --- a/engine/code/qcommon/q_shared.h +++ b/engine/code/qcommon/q_shared.h @@ -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 diff --git a/q3rallycode.ppr b/q3rallycode.ppr index 37530efb..a8a27901 100644 --- a/q3rallycode.ppr +++ b/q3rallycode.ppr @@ -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