mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-02-16 17:21:04 +00:00
Reverted the chat position
This commit is contained in:
parent
135d030e11
commit
b68d5f5db1
4 changed files with 17 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
===========================================================================
|
===========================================================================
|
||||||
Copyright (C) 1999-2005 Id Software, Inc.
|
Copyright (C) 1999-2005 Id Software, Inc.
|
||||||
|
Copyright (C) 2002-2009 Q3Rally Team (Per Thormann - perle@q3rally.com)
|
||||||
|
|
||||||
This file is part of Quake III Arena source code.
|
This file is part of Quake III Arena source code.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
===========================================================================
|
===========================================================================
|
||||||
Copyright (C) 1999-2005 Id Software, Inc.
|
Copyright (C) 1999-2005 Id Software, Inc.
|
||||||
|
Copyright (C) 2002-2009 Q3Rally Team (Per Thormann - perle@q3rally.com)
|
||||||
|
|
||||||
This file is part of Quake III Arena source code.
|
This file is part of Quake III Arena source code.
|
||||||
|
|
||||||
|
|
|
@ -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_r459"
|
#define PRODUCT_VERSION "v0.3c_r460"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,7 @@ q3rallycode
|
||||||
engine\code\botlib\l_utils.h
|
engine\code\botlib\l_utils.h
|
||||||
engine\code\botlib\lcc.mak
|
engine\code\botlib\lcc.mak
|
||||||
engine\code\botlib\linux-i386.mak
|
engine\code\botlib\linux-i386.mak
|
||||||
+cgame
|
-cgame
|
||||||
engine\code\cgame\cg_atmospheric.c
|
engine\code\cgame\cg_atmospheric.c
|
||||||
engine\code\cgame\cg_consolecmds.c
|
engine\code\cgame\cg_consolecmds.c
|
||||||
engine\code\cgame\cg_draw.c
|
engine\code\cgame\cg_draw.c
|
||||||
|
@ -158,7 +158,7 @@ q3rallycode
|
||||||
engine\code\cgame\cg_syscalls.c
|
engine\code\cgame\cg_syscalls.c
|
||||||
engine\code\cgame\cg_view.c
|
engine\code\cgame\cg_view.c
|
||||||
engine\code\cgame\cg_weapons.c
|
engine\code\cgame\cg_weapons.c
|
||||||
-client
|
+client
|
||||||
engine\code\client\cl_avi.c
|
engine\code\client\cl_avi.c
|
||||||
engine\code\client\cl_cgame.c
|
engine\code\client\cl_cgame.c
|
||||||
engine\code\client\cl_cin.c
|
engine\code\client\cl_cin.c
|
||||||
|
@ -890,9 +890,11 @@ q3rallycode
|
||||||
2=engine\code\cgame\cg_rally_hud2.c
|
2=engine\code\cgame\cg_rally_hud2.c
|
||||||
3=engine\code\cgame\cg_local.h
|
3=engine\code\cgame\cg_local.h
|
||||||
4=engine\code\cgame\cg_draw.c
|
4=engine\code\cgame\cg_draw.c
|
||||||
|
5=engine\code\client\cl_console.c
|
||||||
|
6=engine\code\client\client.h
|
||||||
[Selected Project Files]
|
[Selected Project Files]
|
||||||
Main=
|
Main=
|
||||||
Selected=engine\code\qcommon\q_shared.h
|
Selected=engine\code\client\client.h
|
||||||
[engine\code\qcommon\q_shared.h]
|
[engine\code\qcommon\q_shared.h]
|
||||||
TopLine=57
|
TopLine=57
|
||||||
Caret=36,70
|
Caret=36,70
|
||||||
|
@ -903,8 +905,14 @@ Caret=1,610
|
||||||
TopLine=328
|
TopLine=328
|
||||||
Caret=1,344
|
Caret=1,344
|
||||||
[engine\code\cgame\cg_local.h]
|
[engine\code\cgame\cg_local.h]
|
||||||
TopLine=1638
|
TopLine=1
|
||||||
Caret=1,1654
|
Caret=72,4
|
||||||
[engine\code\cgame\cg_draw.c]
|
[engine\code\cgame\cg_draw.c]
|
||||||
TopLine=1546
|
TopLine=1
|
||||||
Caret=22,1504
|
Caret=22,1504
|
||||||
|
[engine\code\client\cl_console.c]
|
||||||
|
TopLine=1
|
||||||
|
Caret=72,4
|
||||||
|
[engine\code\client\client.h]
|
||||||
|
TopLine=1
|
||||||
|
Caret=72,4
|
||||||
|
|
Loading…
Reference in a new issue