diff --git a/baseq3r/gfx/2d/bigchars_plates.tga b/baseq3r/gfx/2d/bigchars_plates.tga new file mode 100644 index 00000000..9a67e068 Binary files /dev/null and b/baseq3r/gfx/2d/bigchars_plates.tga differ diff --git a/engine/code/cgame/cg_rally_platetools.c b/engine/code/cgame/cg_rally_platetools.c index 8d2bb296..a3198413 100644 --- a/engine/code/cgame/cg_rally_platetools.c +++ b/engine/code/cgame/cg_rally_platetools.c @@ -148,7 +148,7 @@ static qboolean WriteNameOnTexture(TextureImage *texture, const char *name, int int t, f, len, cnt; TextureImage font; - if (!LoadTGA(&font, "gfx/2d/bigchars.tga")) + if (!LoadTGA(&font, "gfx/2d/bigchars_plates.tga")) return qfalse; // LoadTGA(&font, "menu/art/font1_prop.tga"); diff --git a/engine/code/qcommon/q_shared.h b/engine/code/qcommon/q_shared.h index e2d96cc3..f76c178e 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.3c_r432" +#define PRODUCT_VERSION "v0.3c_r433" #endif diff --git a/q3rallycode.ppr b/q3rallycode.ppr index b74ff92f..25dab271 100644 --- a/q3rallycode.ppr +++ b/q3rallycode.ppr @@ -122,7 +122,7 @@ q3rallycode engine\code\botlib\l_utils.h engine\code\botlib\lcc.mak engine\code\botlib\linux-i386.mak - -cgame + +cgame engine\code\cgame\cg_atmospheric.c engine\code\cgame\cg_consolecmds.c engine\code\cgame\cg_draw.c @@ -886,25 +886,21 @@ q3rallycode engine\cross-make-mingw64.sh [Open project files] 0=engine\code\qcommon\q_shared.h -1=engine\code\q3_ui\ui_rally_options.c -2=engine\code\cgame\cg_view.c -3=engine\code\cgame\cg_consolecmds.c -4=engine\code\cgame\cg_main.c +1=engine\code\game\g_spawn.c +2=engine\code\game\g_target.c +3=engine\code\cgame\cg_rally_platetools.c [Selected Project Files] Main= Selected=engine\code\qcommon\q_shared.h [engine\code\qcommon\q_shared.h] TopLine=59 Caret=36,70 -[engine\code\q3_ui\ui_rally_options.c] -TopLine=237 -Caret=21,257 -[engine\code\cgame\cg_view.c] -TopLine=713 -Caret=14,729 -[engine\code\cgame\cg_consolecmds.c] -TopLine=455 -Caret=1,470 -[engine\code\cgame\cg_main.c] -TopLine=2284 -Caret=1,2300 +[engine\code\game\g_spawn.c] +TopLine=134 +Caret=1,153 +[engine\code\game\g_target.c] +TopLine=24 +Caret=3,41 +[engine\code\cgame\cg_rally_platetools.c] +TopLine=131 +Caret=17,152