From 95b71c82919d7e99d5c73fb85fe1f45df91c2c81 Mon Sep 17 00:00:00 2001 From: Luke Benstead Date: Fri, 15 Sep 2017 10:21:17 +0100 Subject: [PATCH] Small cleanup --- gl-pvr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gl-pvr.c b/gl-pvr.c index d9fb68a..7471989 100644 --- a/gl-pvr.c +++ b/gl-pvr.c @@ -37,10 +37,10 @@ static pvr_cmd_t *GL_VBUF[2] __attribute__((aligned(32))); /* Dynamic Vertex static pvr_cmd_t *GL_CBUF; /* Dynamic Clip Buffer */ static glTexCoord *GL_UVBUF; /* Dynamic Multi-Texture UV */ -static GLuint GL_VERTS[2] = {0, 0}, - GL_CVERTS = 0, - GL_UVVERTS = 0, - GL_LIST = GL_KOS_LIST_OP; +static GLuint GL_VERTS[2] = {0, 0}; +static GLuint GL_CVERTS = 0; +static GLuint GL_UVVERTS = 0; +static GLuint GL_LIST = GL_KOS_LIST_OP; #define GL_KOS_MAX_MULTITEXTURE_OBJECTS 512