mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 09:21:12 +00:00
Mapster32: make 'corruptcheck tryfix ?' (or '??') not require c. number range.
git-svn-id: https://svn.eduke32.com/eduke32@3747 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9f76b78496
commit
fac799b782
1 changed files with 4 additions and 0 deletions
|
@ -9153,11 +9153,15 @@ static int32_t osdcmd_vars_pk(const osdfuncparm_t *parm)
|
|||
if (!Bstrcmp(parm->parms[i], "??"))
|
||||
{
|
||||
corrupt_tryfix_alt = 2;
|
||||
if (parm->numparms==2)
|
||||
whicherrs = 0xffffffffffffffffull;
|
||||
break;
|
||||
}
|
||||
else if (!Bstrcmp(parm->parms[i], "?"))
|
||||
{
|
||||
corrupt_tryfix_alt = 1;
|
||||
if (parm->numparms==2)
|
||||
whicherrs = 0xffffffffffffffffull;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue