mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 11:31:21 +00:00
Added music files as wav
This commit is contained in:
parent
14c3acf0e0
commit
e1b1424f0d
9 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
BIN
baseq3r/music/amp6_22k.wav
Normal file
BIN
baseq3r/music/amp6_22k.wav
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
baseq3r/music/q3r_menumusic.wav
Normal file
BIN
baseq3r/music/q3r_menumusic.wav
Normal file
Binary file not shown.
|
@ -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 17"
|
||||
#define GAME_VERSION "Q3Rally v0.1 Pre-Alpha build 18"
|
||||
// END
|
||||
|
||||
#define DEFAULT_GRAVITY 800
|
||||
|
|
|
@ -44,7 +44,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define PRODUCT_VERSION "0.1 build 17"
|
||||
#define PRODUCT_VERSION "0.1 build 18"
|
||||
#endif
|
||||
|
||||
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
|
||||
|
|
|
@ -863,7 +863,7 @@ q3rallycode
|
|||
7=engine\code\qcommon\files.c
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\qcommon\q_shared.h
|
||||
Selected=engine\code\game\bg_public.h
|
||||
[engine\misc\nsis\q3rally.nsi.in]
|
||||
TopLine=89
|
||||
Caret=1,103
|
||||
|
|
Loading…
Reference in a new issue