draw: constify the gl dot texture data

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-05-19 10:35:45 +09:30
parent ea13f9928c
commit da3b609e95

View File

@ -66,7 +66,7 @@ R_InitTextures(void)
}
}
static byte dottexture[8][8] = {
static const byte dottexture[8][8] = {
{0, 1, 1, 0, 0, 0, 0, 0},
{1, 1, 1, 1, 0, 0, 0, 0},
{1, 1, 1, 1, 0, 0, 0, 0},