This is useless

git-svn-id: https://svn.eduke32.com/eduke32@8170 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-10-19 23:43:38 +00:00 committed by Christoph Oelckers
parent 8b43ed5777
commit 1667d4dd87
1 changed files with 1 additions and 2 deletions

View File

@ -223,8 +223,7 @@ static int osdfunc_setrendermode(osdcmdptr_t parm)
if (parm->numparms != 1)
return OSDCMD_SHOWHELP;
char *p;
int32_t m = Bstrtol(parm->parms[0], &p, 10);
int32_t m = Bstrtol(parm->parms[0], NULL, 10);
if (m != REND_CLASSIC && m != REND_POLYMOST && m != REND_POLYMER)
return OSDCMD_SHOWHELP;