summaryrefslogtreecommitdiff
path: root/source/gl_mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/gl_mesh.c')
-rw-r--r--source/gl_mesh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gl_mesh.c b/source/gl_mesh.c
index 2b1104f..2fbb7e5 100644
--- a/source/gl_mesh.c
+++ b/source/gl_mesh.c
@@ -49,7 +49,7 @@ static void Tess_Mesh( aliasMesh_t *mesh, int oldframe, int newframe ) {
aliasVert_t *src_vert;
vec_t *dst_vert;
int i, count;
- vec_t *normal;
+ const vec_t *normal;
#if USE_SHADING
byte *dst_color;
vec_t d;
@@ -103,7 +103,7 @@ static void Tess_LerpedMesh( aliasMesh_t *mesh, int oldframe, int newframe ) {
aliasVert_t *src_newvert;
vec_t *dst_vert;
int i, count;
- vec_t *normal;
+ const vec_t *normal;
#if USE_SHADING
byte *dst_color;
vec_t d;