removed pak check

This commit is contained in:
P3rlE 2022-02-26 00:10:30 +01:00
parent 471e61a022
commit f804ccfd9f
3 changed files with 11 additions and 45 deletions

View file

@ -3728,7 +3728,7 @@ FS_CheckPaks
Checks that default pk3s are present and their checksums are correct
===================
*/
static void FS_CheckPaks( void )
{
searchpath_t *path;
@ -3814,6 +3814,8 @@ static void FS_CheckPaks( void )
}
}
*/
/*
=====================
FS_LoadedPakChecksums
@ -4161,7 +4163,7 @@ void FS_InitFilesystem( void ) {
#ifndef STANDALONE
FS_CheckPak0( );
#endif
FS_CheckPaks();
// FS_CheckPaks();
// if we can't find default.cfg, assume that the paths are
// busted and error out now, rather than getting an unreadable
@ -4200,7 +4202,7 @@ void FS_Restart( int checksumFeed ) {
#ifndef STANDALONE
FS_CheckPak0( );
#endif
FS_CheckPaks();
// FS_CheckPaks();
// if we can't find default.cfg, assume that the paths are
// busted and error out now, rather than getting an unreadable

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.3c_r486"
#define PRODUCT_VERSION "v0.4_r487"
#endif

View file

@ -886,49 +886,13 @@ q3rallycode
engine\cross-make-mingw64.sh
[Open project files]
0=engine\code\qcommon\q_shared.h
1=engine\code\game\g_missile.c
2=engine\code\game\g_local.h
3=engine\code\cgame\cg_event.c
4=engine\code\game\bg_misc.c
5=engine\code\game\bg_public.h
6=engine\code\cgame\cg_effects.c
7=engine\code\cgame\cg_rally_tools.c
8=engine\code\cgame\cg_weapons.c
9=engine\code\game\g_client.c
10=engine\code\game\g_items.c
1=engine\code\qcommon\files.c
[Selected Project Files]
Main=
Selected=engine\code\qcommon\q_shared.h
[engine\code\qcommon\q_shared.h]
TopLine=58
Caret=36,70
[engine\code\game\g_missile.c]
TopLine=896
Caret=26,896
[engine\code\game\g_local.h]
TopLine=42
Caret=30,42
[engine\code\cgame\cg_event.c]
TopLine=1069
Caret=1,1085
[engine\code\game\bg_misc.c]
TopLine=1633
Caret=1,1651
[engine\code\game\bg_public.h]
TopLine=373
Caret=1,385
[engine\code\cgame\cg_effects.c]
TopLine=1121
Caret=1,1137
[engine\code\cgame\cg_rally_tools.c]
TopLine=160
Caret=1,166
[engine\code\cgame\cg_weapons.c]
TopLine=43
Caret=1,55
[engine\code\game\g_client.c]
TopLine=472
Caret=1,488
[engine\code\game\g_items.c]
TopLine=1044
Caret=1,1060
Caret=35,70
[engine\code\qcommon\files.c]
TopLine=4189
Caret=3,4205