diff options
Diffstat (limited to 'sky/compacts/38comp.h')
-rw-r--r-- | sky/compacts/38comp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sky/compacts/38comp.h b/sky/compacts/38comp.h index 9dd3a24baf..8802bfd656 100644 --- a/sky/compacts/38comp.h +++ b/sky/compacts/38comp.h @@ -1178,7 +1178,7 @@ uint16 sex_d_to_r[] = { 0, }; -uint32 spu[0]; +uint32 *spu = 0; uint16 sc38_floor_table[] = { ID_SC38_FLOOR, @@ -2765,9 +2765,9 @@ uint16 sc38_ringer_anim[] = { 0, }; -uint32 sc38_walk_grid[0]; +uint32 *sc38_walk_grid = 0; -uint32 dna[0]; +uint32 *dna = 0; uint16 spu_st_right[] = { 71*64, |