]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.c
I hope this fixes some warnings
[xonotic/darkplaces.git] / gl_backend.c
index 70810fce77c665dbd7c83b2380e4845687bb4203..cb450bde6c68950a1a817ce2d2e6f92af2241031 100644 (file)
@@ -613,7 +613,7 @@ void GL_Scissor (int x, int y, int width, int height)
        CHECKGLERROR
 }
 
-void GL_ScissorTest(qboolean state)
+void GL_ScissorTest(int state)
 {
        if(gl_state.scissortest == state)
                return;