mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 08:51:08 +00:00
"using osdcmdptr_t = osdfuncparm_t const * const" because I'm tired of seeing it everywhere
git-svn-id: https://svn.eduke32.com/eduke32@7154 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ff410796a1
commit
f7fac7d9e0
9 changed files with 94 additions and 92 deletions
|
@ -7795,7 +7795,7 @@ int32_t polymost_printext256(int32_t xpos, int32_t ypos, int16_t col, int16_t ba
|
|||
}
|
||||
|
||||
// Console commands by JBF
|
||||
static int32_t gltexturemode(osdfuncparm_t const * const parm)
|
||||
static int32_t gltexturemode(osdcmdptr_t parm)
|
||||
{
|
||||
int32_t m;
|
||||
char *p;
|
||||
|
@ -7836,7 +7836,7 @@ static int32_t gltexturemode(osdfuncparm_t const * const parm)
|
|||
return OSDCMD_OK;
|
||||
}
|
||||
|
||||
static int osdcmd_cvar_set_polymost(osdfuncparm_t const * const parm)
|
||||
static int osdcmd_cvar_set_polymost(osdcmdptr_t parm)
|
||||
{
|
||||
int32_t r = osdcmd_cvar_set(parm);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue