diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-12 17:26:13 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-12 17:26:13 -0500 |
commit | 02104e52ddfcbd2a8a00af5d8b169b732e84a7cb (patch) | |
tree | 8878bbb61c7b54a929f09db3ce6364aa970ae963 /include/overworld.h | |
parent | 6123b076ccbd43a83e4a971ff3c6b2b4c95718cc (diff) |
move data to overworld.c
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h index 81f37ae8b..fcdc8ed97 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -22,7 +22,7 @@ struct UCoords32 u32 x, y; }; -extern struct UCoords32 gUnknown_0821664C[]; +extern const struct UCoords32 gUnknown_0821664C[]; extern void (*gFieldCallback)(void); // sub_8052F5C |