summaryrefslogtreecommitdiff
path: root/src/math.c
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2019-06-30 05:25:11 -0500
committerepoch <epoch@hacking.allowed.org>2019-06-30 05:25:11 -0500
commit73a629980bf9c590b75f43a888b63c9d9c670393 (patch)
tree05c6ad6e8bd26db8e616982b8d810cb0d1eac112 /src/math.c
parenta13fb9c165965d0489e143fa89e90b802abb75f8 (diff)
downloadhackvr-73a629980bf9c590b75f43a888b63c9d9c670393.tar.gz
hackvr-73a629980bf9c590b75f43a888b63c9d9c670393.zip
changed the name of a conflicting struct
Diffstat (limited to 'src/math.c')
-rw-r--r--src/math.c2
1 files changed, 1 insertions, 1 deletions
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...