mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
some small fixes
This commit is contained in:
parent
dd1c25ea9e
commit
7deab10e2c
4 changed files with 13 additions and 53 deletions
|
@ -111,7 +111,7 @@ endif
|
|||
export CROSS_COMPILING
|
||||
|
||||
ifndef VERSION
|
||||
VERSION=v0.0.2.1
|
||||
VERSION=v0.0.2.3
|
||||
endif
|
||||
|
||||
ifndef CLIENTBIN
|
||||
|
|
|
@ -1250,8 +1250,8 @@ typedef struct {
|
|||
menufield_s flaglimit;
|
||||
menuradiobutton_s friendlyfire;
|
||||
menufield_s hostname;
|
||||
menulist_s dominationSpawnStyle;
|
||||
menuradiobutton_s sigillocator;
|
||||
menulist_s dominationSpawnStyle;
|
||||
menuradiobutton_s sigillocator;
|
||||
// STONLANCE
|
||||
menulist_s trackLength;
|
||||
menulist_s reversed;
|
||||
|
|
|
@ -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.0.2.1_r253"
|
||||
#define PRODUCT_VERSION "v0.0.2.3_r254"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -861,59 +861,19 @@ q3rallycode
|
|||
0=engine\code\qcommon\files.c
|
||||
1=engine\code\qcommon\q_shared.h
|
||||
2=engine\Makefile
|
||||
3=engine\code\game\bg_misc.c
|
||||
4=engine\code\cgame\cg_draw.c
|
||||
5=engine\code\game\bg_public.h
|
||||
6=engine\code\game\g_spawn.c
|
||||
7=engine\code\game\g_team.c
|
||||
8=engine\code\cgame\cg_local.h
|
||||
9=engine\code\cgame\cg_syscalls.c
|
||||
10=engine\code\cgame\cg_event.c
|
||||
11=engine\code\cgame\cg_main.c
|
||||
12=engine\code\game\inv.h
|
||||
13=engine\code\game\g_items.c
|
||||
3=engine\code\q3_ui\ui_rally_startserver.c
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\cgame\cg_local.h
|
||||
Selected=engine\code\q3_ui\ui_rally_startserver.c
|
||||
[engine\code\qcommon\files.c]
|
||||
TopLine=161
|
||||
TopLine=183
|
||||
Caret=129,192
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=1141
|
||||
Caret=1,1156
|
||||
TopLine=53
|
||||
Caret=39,70
|
||||
[engine\Makefile]
|
||||
TopLine=99
|
||||
TopLine=95
|
||||
Caret=17,114
|
||||
[engine\code\game\bg_misc.c]
|
||||
TopLine=886
|
||||
Caret=1,895
|
||||
[engine\code\cgame\cg_draw.c]
|
||||
TopLine=3192
|
||||
Caret=1,3207
|
||||
[engine\code\game\bg_public.h]
|
||||
TopLine=426
|
||||
Caret=1,431
|
||||
[engine\code\game\g_spawn.c]
|
||||
TopLine=323
|
||||
Caret=1,332
|
||||
[engine\code\game\g_team.c]
|
||||
TopLine=272
|
||||
Caret=1,272
|
||||
[engine\code\cgame\cg_local.h]
|
||||
TopLine=2067
|
||||
Caret=3,2086
|
||||
[engine\code\cgame\cg_syscalls.c]
|
||||
TopLine=215
|
||||
Caret=3,237
|
||||
[engine\code\cgame\cg_event.c]
|
||||
TopLine=873
|
||||
Caret=94,897
|
||||
[engine\code\cgame\cg_main.c]
|
||||
TopLine=631
|
||||
Caret=39,646
|
||||
[engine\code\game\inv.h]
|
||||
TopLine=81
|
||||
Caret=1,95
|
||||
[engine\code\game\g_items.c]
|
||||
TopLine=506
|
||||
Caret=66,537
|
||||
[engine\code\q3_ui\ui_rally_startserver.c]
|
||||
TopLine=1250
|
||||
Caret=22,1254
|
||||
|
|
Loading…
Reference in a new issue