mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2025-02-07 08:46:34 +00:00
vid: constify qpic_t usage
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
f407557721
commit
e6b9889b25
@ -317,7 +317,7 @@ VID_MenuDraw
|
||||
static void
|
||||
VID_MenuDraw(void)
|
||||
{
|
||||
qpic_t *p;
|
||||
const qpic_t *p;
|
||||
char *ptr;
|
||||
int lnummodes, i, j, k, column, row, dup, dupmode;
|
||||
char temp[100];
|
||||
|
@ -1754,7 +1754,7 @@ VID_MenuDraw
|
||||
static void
|
||||
VID_MenuDraw(void)
|
||||
{
|
||||
qpic_t *p;
|
||||
const qpic_t *p;
|
||||
char *ptr;
|
||||
int lnummodes, i, k, column, row;
|
||||
|
||||
|
@ -2830,7 +2830,7 @@ VID_MenuDraw
|
||||
static void
|
||||
VID_MenuDraw(void)
|
||||
{
|
||||
qpic_t *p;
|
||||
const qpic_t *p;
|
||||
char *ptr;
|
||||
int lnummodes, i, j, k, column, row, dup, dupmode;
|
||||
char temp[100];
|
||||
|
Loading…
x
Reference in New Issue
Block a user