mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 03:51:23 +00:00
removed pak check
This commit is contained in:
parent
471e61a022
commit
f804ccfd9f
3 changed files with 11 additions and 45 deletions
|
@ -3728,7 +3728,7 @@ FS_CheckPaks
|
||||||
|
|
||||||
Checks that default pk3s are present and their checksums are correct
|
Checks that default pk3s are present and their checksums are correct
|
||||||
===================
|
===================
|
||||||
*/
|
|
||||||
static void FS_CheckPaks( void )
|
static void FS_CheckPaks( void )
|
||||||
{
|
{
|
||||||
searchpath_t *path;
|
searchpath_t *path;
|
||||||
|
@ -3814,6 +3814,8 @@ static void FS_CheckPaks( void )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
=====================
|
=====================
|
||||||
FS_LoadedPakChecksums
|
FS_LoadedPakChecksums
|
||||||
|
@ -4161,7 +4163,7 @@ void FS_InitFilesystem( void ) {
|
||||||
#ifndef STANDALONE
|
#ifndef STANDALONE
|
||||||
FS_CheckPak0( );
|
FS_CheckPak0( );
|
||||||
#endif
|
#endif
|
||||||
FS_CheckPaks();
|
// FS_CheckPaks();
|
||||||
|
|
||||||
// if we can't find default.cfg, assume that the paths are
|
// if we can't find default.cfg, assume that the paths are
|
||||||
// busted and error out now, rather than getting an unreadable
|
// busted and error out now, rather than getting an unreadable
|
||||||
|
@ -4200,7 +4202,7 @@ void FS_Restart( int checksumFeed ) {
|
||||||
#ifndef STANDALONE
|
#ifndef STANDALONE
|
||||||
FS_CheckPak0( );
|
FS_CheckPak0( );
|
||||||
#endif
|
#endif
|
||||||
FS_CheckPaks();
|
// FS_CheckPaks();
|
||||||
|
|
||||||
// if we can't find default.cfg, assume that the paths are
|
// if we can't find default.cfg, assume that the paths are
|
||||||
// busted and error out now, rather than getting an unreadable
|
// busted and error out now, rather than getting an unreadable
|
||||||
|
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#define BASETA "missionpack"
|
#define BASETA "missionpack"
|
||||||
|
|
||||||
#ifndef PRODUCT_VERSION
|
#ifndef PRODUCT_VERSION
|
||||||
#define PRODUCT_VERSION "v0.3c_r486"
|
#define PRODUCT_VERSION "v0.4_r487"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -886,49 +886,13 @@ q3rallycode
|
||||||
engine\cross-make-mingw64.sh
|
engine\cross-make-mingw64.sh
|
||||||
[Open project files]
|
[Open project files]
|
||||||
0=engine\code\qcommon\q_shared.h
|
0=engine\code\qcommon\q_shared.h
|
||||||
1=engine\code\game\g_missile.c
|
1=engine\code\qcommon\files.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
|
|
||||||
[Selected Project Files]
|
[Selected Project Files]
|
||||||
Main=
|
Main=
|
||||||
Selected=engine\code\qcommon\q_shared.h
|
Selected=engine\code\qcommon\q_shared.h
|
||||||
[engine\code\qcommon\q_shared.h]
|
[engine\code\qcommon\q_shared.h]
|
||||||
TopLine=58
|
TopLine=58
|
||||||
Caret=36,70
|
Caret=35,70
|
||||||
[engine\code\game\g_missile.c]
|
[engine\code\qcommon\files.c]
|
||||||
TopLine=896
|
TopLine=4189
|
||||||
Caret=26,896
|
Caret=3,4205
|
||||||
[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
|
|
||||||
|
|
Loading…
Reference in a new issue