From 73a629980bf9c590b75f43a888b63c9d9c670393 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 30 Jun 2019 05:25:11 -0500 Subject: changed the name of a conflicting struct --- src/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/math.c b/src/math.c index 0dd46e8..5ab69af 100644 --- a/src/math.c +++ b/src/math.c @@ -2,7 +2,7 @@ #include "common.h" #include "math.h" -extern struct global global; +extern struct hvr_global global; //might change this to use hashtables for faster lookups. c3_group_rot_t *get_group_relative(char *id) {//crashes in here somehwere... -- cgit v1.2.3