Fix dedi crash due to invalid pstartmap value
This commit is contained in:
parent
3da0b4ce0c
commit
6fa3c4f751
1 changed files with 1 additions and 1 deletions
|
|
@ -1238,7 +1238,7 @@ void D_SRB2Main(void)
|
|||
{
|
||||
INT32 p;
|
||||
|
||||
INT32 pstartmap = 0;
|
||||
INT32 pstartmap = 1;
|
||||
boolean autostart = false;
|
||||
|
||||
/* break the version string into version numbers, for netplay */
|
||||
|
|
|
|||
Loading…
Reference in a new issue