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 b0dbd6cac..f518a124c 100644 --- a/src/code/z_map_data.c +++ b/src/code/z_map_data.c @@ -1,4 +1,4 @@ -#include <global.h> +#include "global.h" static s16 sFloorTexIndexOffset[10][8] = { { 0, 0, 0, 0, 2, 4, 6, 8 }, { 0, 0, 0, 0, 0, 0, 0, 2 }, |
