diff options
Diffstat (limited to 'src/code_800AF9B0.c')
| -rw-r--r-- | src/code_800AF9B0.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/code_800AF9B0.c b/src/code_800AF9B0.c index 732a6e8e9..9876a40cb 100644 --- a/src/code_800AF9B0.c +++ b/src/code_800AF9B0.c @@ -34,15 +34,15 @@ Light D_800E8688 = { { s16 D_8018EDB0; s16 D_8018EDB2; s16 D_8018EDB4; -Vtx* D_8018EDB8; -Vtx* D_8018EDBC; +Vtx D_8018EDB8[480]; +Vtx D_8018EDBC[480]; /*** utils **/ #define SQ(x) ((x) * (x)) void func_800AF9B0(void) { - D_8018EDB8 = (void*) calloc(480, sizeof(Vtx)); - D_8018EDBC = (void*) calloc(480, sizeof(Vtx)); + // D_8018EDB8 = (void*) calloc(480, sizeof(Vtx)); + // D_8018EDBC = (void*) calloc(480, sizeof(Vtx)); } // could be a normal vertex, not a color... |
