mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-24 21:01:34 +00:00
Commit for Prealpha release
This commit is contained in:
parent
cd03dd5642
commit
7785f0f72c
3 changed files with 8 additions and 4 deletions
|
@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
// second version that must match between game and cgame
|
||||
|
||||
// STONELANCE
|
||||
#define GAME_VERSION "Q3Rally v0.1 Pre-Alpha build 25"
|
||||
#define GAME_VERSION "Q3Rally v0.1 Pre-Alpha"
|
||||
// END
|
||||
|
||||
#define DEFAULT_GRAVITY 800
|
||||
|
|
|
@ -198,7 +198,7 @@ typedef struct
|
|||
|
||||
const purePak_t com_purePaks[] =
|
||||
{
|
||||
{BASEGAME, "assets0", 1679102274u},
|
||||
{BASEGAME, "assets0", 535372626u},
|
||||
|
||||
#if 0
|
||||
{"baseq3", "pak0", 1566731103u},
|
||||
|
|
|
@ -854,9 +854,13 @@ q3rallycode
|
|||
engine\voip-readme.txt
|
||||
[Open project files]
|
||||
0=engine\code\qcommon\files.c
|
||||
1=engine\code\game\bg_public.h
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\qcommon\files.c
|
||||
Selected=engine\code\game\bg_public.h
|
||||
[engine\code\qcommon\files.c]
|
||||
TopLine=187
|
||||
Caret=34,201
|
||||
Caret=33,201
|
||||
[engine\code\game\bg_public.h]
|
||||
TopLine=20
|
||||
Caret=30,37
|
||||
|
|
Loading…
Reference in a new issue