diff --git a/engine/code/game/bg_public.h b/engine/code/game/bg_public.h index c4f41367..5438d05b 100644 --- a/engine/code/game/bg_public.h +++ b/engine/code/game/bg_public.h @@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // second version that must match between game and cgame // STONELANCE -#define GAME_VERSION "Q3Rally v0.1 Pre-Alpha build 14" +#define GAME_VERSION "Q3Rally v0.1 Pre-Alpha build 16" // END #define DEFAULT_GRAVITY 800 diff --git a/engine/code/qcommon/files.c b/engine/code/qcommon/files.c index 5d5ab8ba..d5202482 100644 --- a/engine/code/qcommon/files.c +++ b/engine/code/qcommon/files.c @@ -198,7 +198,7 @@ typedef struct const purePak_t com_purePaks[] = { - {BASEGAME, "assets0", 4075197396u}, + {BASEGAME, "assets0", 2112408126u}, #if 0 {"baseq3", "pak0", 1566731103u}, diff --git a/engine/code/qcommon/q_shared.h b/engine/code/qcommon/q_shared.h index 94da0807..01c7c460 100644 --- a/engine/code/qcommon/q_shared.h +++ b/engine/code/qcommon/q_shared.h @@ -44,7 +44,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #endif #ifdef _MSC_VER - #define PRODUCT_VERSION "0.1 build 14" + #define PRODUCT_VERSION "0.1 build 16" #endif #define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION diff --git a/q3rallycode.ppr b/q3rallycode.ppr index 631805d7..c6f3df93 100644 --- a/q3rallycode.ppr +++ b/q3rallycode.ppr @@ -860,18 +860,19 @@ q3rallycode 4=engine\code\qcommon\q_shared.h 5=engine\code\q3_ui\ui_menu.c 6=engine\code\q3_ui\ui_credits.c +7=engine\code\qcommon\files.c [Selected Project Files] Main= -Selected=engine\code\q3_ui\ui_credits.c +Selected=engine\code\qcommon\q_shared.h [engine\misc\nsis\q3rally.nsi.in] -TopLine=1 -Caret=1,18 +TopLine=89 +Caret=1,103 [engine\misc\nsis\q3rally-q3ctc.nsi] TopLine=1 Caret=24,29 [engine\misc\setup\setup.xml.in] -TopLine=8 -Caret=1,22 +TopLine=56 +Caret=1,70 [engine\code\game\bg_public.h] TopLine=20 Caret=65,34 @@ -884,3 +885,6 @@ Caret=74,490 [engine\code\q3_ui\ui_credits.c] TopLine=289 Caret=62,298 +[engine\code\qcommon\files.c] +TopLine=187 +Caret=34,201