diff options
author | epoch <epoch@hacking.allowed.org> | 2017-01-04 16:39:44 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-01-04 16:39:44 -0600 |
commit | e753b62e9112ff67117fc22677b8f1ae6fc3f047 (patch) | |
tree | f5f0462c724fa25e46c770660ee34509d6d8f445 | |
parent | 79ba2a8807cac2cea235ba6ee734b06010123261 (diff) | |
download | hackvr-e753b62e9112ff67117fc22677b8f1ae6fc3f047.tar.gz hackvr-e753b62e9112ff67117fc22677b8f1ae6fc3f047.zip |
converted argument type sent to shitdist
-rw-r--r-- | src/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h index 6f28d1e..99b9fc2 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -43,7 +43,7 @@ void set_aspect_ratio(); int selfcommand(char *s); cs_t c3_to_cs(c3_t p); real d2r(int d); -real shitdist(struct c3_shape s,c3_t p); +real shitdist(struct c3_shape *s,c3_t p); int compar(zsort_t *a,zsort_t *b); |