diff options
Diffstat (limited to 'src/code/z_map_data.c')
| -rw-r--r-- | src/code/z_map_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_map_data.c b/src/code/z_map_data.c index 502eb43c3..f2c204c07 100644 --- a/src/code/z_map_data.c +++ b/src/code/z_map_data.c @@ -1,5 +1,5 @@ #include "map.h" -#include "z64save.h" +#include "save.h" static s16 sFloorTexIndexOffset[10][8] = { { 0, 0, 0, 0, 2, 4, 6, 8 }, { 0, 0, 0, 0, 0, 0, 0, 2 }, |
