aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/cm_patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/cm_patch.c')
-rw-r--r--code/qcommon/cm_patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/cm_patch.c b/code/qcommon/cm_patch.c
index c29a329..88e3697 100644
--- a/code/qcommon/cm_patch.c
+++ b/code/qcommon/cm_patch.c
@@ -1153,7 +1153,7 @@ struct patchCollide_s *CM_GeneratePatchCollide( int width, int height, vec3_t *p
if ( width <= 2 || height <= 2 || !points ) {
Com_Error( ERR_DROP, "CM_GeneratePatchFacets: bad parameters: (%i, %i, %p)",
- width, height, points );
+ width, height, (void *)points );
}
if ( !(width & 1) || !(height & 1) ) {