mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'testrun-develop' into 'master'
Start on Test Run by default, only in DEVELOP builds See merge request KartKrew/Kart!797
This commit is contained in:
commit
697daba74b
1 changed files with 5 additions and 1 deletions
|
|
@ -1203,7 +1203,11 @@ D_ConvertVersionNumbers (void)
|
|||
void D_SRB2Main(void)
|
||||
{
|
||||
INT32 i, p;
|
||||
INT32 pstartmap = 0;
|
||||
#ifdef DEVELOP
|
||||
INT32 pstartmap = 1; // default to first loaded map (Test Run)
|
||||
#else
|
||||
INT32 pstartmap = 0; // default to random map (0 is not a valid map number)
|
||||
#endif
|
||||
boolean autostart = false;
|
||||
|
||||
/* break the version string into version numbers, for netplay */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue