mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
This is useless
git-svn-id: https://svn.eduke32.com/eduke32@8170 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
8b43ed5777
commit
1667d4dd87
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue