]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
I hope this fixes some warnings
[xonotic/darkplaces.git] / gl_backend.h
index 199e064a5bb62c19136ed6571ddaedf9bab42d8b..72ce432251317ca2f7ee3865de7fc8ca96117c69 100644 (file)
@@ -24,7 +24,7 @@ void GL_LockArrays(int first, int count);
 void GL_ActiveTexture(int num);
 void GL_ClientActiveTexture(int num);
 void GL_Scissor(int x, int y, int width, int height); // AK for DRAWQUEUE_SETCLIP
-void GL_ScissorTest(qboolean state);   // AK for DRAWQUEUE_(RE)SETCLIP
+void GL_ScissorTest(int state);        // AK for DRAWQUEUE_(RE)SETCLIP
  
 
 extern cvar_t gl_lockarrays;