diff options
Diffstat (limited to 'sky/compacts/2compact.h')
-rw-r--r-- | sky/compacts/2compact.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sky/compacts/2compact.h b/sky/compacts/2compact.h index 07d7178963..0a8999c7fc 100644 --- a/sky/compacts/2compact.h +++ b/sky/compacts/2compact.h @@ -56,7 +56,7 @@ uint16 sml_loader_u_to_l[] = { 0 }; -uint32 *c4121 = 0; +uint32 *c4121 = (uint32*)&loader; uint16 loader_right[] = { 2, @@ -625,7 +625,7 @@ uint16 loader_l_to_d[] = { 0 }; -uint16 *left_table2 = 0; +uint16 *left_table2 = (uint16*)(&junk1); uint16 sml_loaderb_u_to_d[] = { 24+158*64, @@ -865,7 +865,7 @@ uint16 chip_list_s2[] = { 0 }; -uint32 *exit_table = 0; +uint32 *exit_table = (uint32*)(&junk1); uint16 sml_loaderb_r_to_l[] = { 23+158*64, |