mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-02-21 03:21:50 +00:00
Added textures.pk3 to the pure server test code.
This commit is contained in:
parent
7820a96cd6
commit
c64ddb3c1d
2 changed files with 15 additions and 14 deletions
|
@ -200,6 +200,7 @@ const purePak_t com_purePaks[] =
|
|||
{
|
||||
{BASEGAME, "assets0", 1440211393u},
|
||||
{BASEGAME, "qvm", 879652862u},
|
||||
{BASEGAME, "textures", 11111111111u},
|
||||
|
||||
|
||||
#if 0
|
||||
|
|
|
@ -162,7 +162,7 @@ q3rallycode
|
|||
engine\code\client\snd_openal.c
|
||||
engine\code\client\snd_public.h
|
||||
engine\code\client\snd_wavelet.c
|
||||
+game
|
||||
-game
|
||||
engine\code\game\ai_chat.c
|
||||
engine\code\game\ai_chat.h
|
||||
engine\code\game\ai_cmd.c
|
||||
|
@ -483,7 +483,7 @@ q3rallycode
|
|||
engine\code\q3_ui\ui_team.c
|
||||
engine\code\q3_ui\ui_teamorders.c
|
||||
engine\code\q3_ui\ui_video.c
|
||||
-qcommon
|
||||
+qcommon
|
||||
engine\code\qcommon\cm_load.c
|
||||
engine\code\qcommon\cm_local.h
|
||||
engine\code\qcommon\cm_patch.c
|
||||
|
@ -854,20 +854,17 @@ q3rallycode
|
|||
engine\voip-readme.txt
|
||||
engine\resync_svn.sh
|
||||
[Open project files]
|
||||
0=Neu1.txt
|
||||
1=engine\code\qcommon\q_shared.h
|
||||
2=engine\code\game\g_public.h
|
||||
3=engine\Makefile
|
||||
4=engine\code\game\bg_public.h
|
||||
5=engine\code\cgame\cg_rally_hud.c
|
||||
6=engine\code\client\cl_console.c
|
||||
7=engine\code\game\g_local.h
|
||||
0=engine\code\qcommon\q_shared.h
|
||||
1=engine\code\game\g_public.h
|
||||
2=engine\Makefile
|
||||
3=engine\code\game\bg_public.h
|
||||
4=engine\code\cgame\cg_rally_hud.c
|
||||
5=engine\code\client\cl_console.c
|
||||
6=engine\code\game\g_local.h
|
||||
7=engine\code\qcommon\files.c
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\qcommon\q_shared.h
|
||||
[Neu1.txt]
|
||||
TopLine=1
|
||||
Caret=1,1
|
||||
Selected=engine\code\qcommon\files.c
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=40
|
||||
Caret=1,58
|
||||
|
@ -889,3 +886,6 @@ Caret=1,644
|
|||
[engine\code\game\g_local.h]
|
||||
TopLine=19
|
||||
Caret=1,33
|
||||
[engine\code\qcommon\files.c]
|
||||
TopLine=185
|
||||
Caret=40,203
|
||||
|
|
Loading…
Reference in a new issue