diff options
author | epoch <epoch@hacking.allowed.org> | 2019-08-03 07:52:11 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2019-08-03 07:52:11 -0500 |
commit | 679988a8ae60b2a8392c1f9de082a6690ef938a8 (patch) | |
tree | 9314a86a6dc9728e35cbe9b616dfbad4c46ab2ef | |
parent | 335fdfb41549647d536606c23c9c5d133980a48d (diff) | |
download | hackvr-679988a8ae60b2a8392c1f9de082a6690ef938a8.tar.gz hackvr-679988a8ae60b2a8392c1f9de082a6690ef938a8.zip |
global struct rename
-rw-r--r-- | src/physics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physics.c b/src/physics.c index a414244..ac75286 100644 --- a/src/physics.c +++ b/src/physics.c @@ -1,6 +1,6 @@ #include "common.h" -extern struct global global; +extern struct hvr_global global; extern struct gra_global gra_global; #define MINIMUM_Y 10 |