diff options
Diffstat (limited to 'sky/compacts/40comp.h')
-rw-r--r-- | sky/compacts/40comp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/compacts/40comp.h b/sky/compacts/40comp.h index 8cfafc05bb..ca84ba94ac 100644 --- a/sky/compacts/40comp.h +++ b/sky/compacts/40comp.h @@ -135,7 +135,7 @@ Compact sc40_cabinet = { SC40_CABINET_ACTION, // actionScript }; -uint32 sc40_walk_grid[0]; +uint32 *sc40_walk_grid = 0; uint16 sc40_palette[] = { 0, |