[Scummvm-cvs-logs] CVS: scummvm/sky/compacts 0compact.h,1.1,1.2 101comp.h,1.1,1.2 102comp.h,1.1,1.2 10comp.h,1.1,1.2 11comp.h,1.1,1.2 12comp.h,1.1,1.2 13comp.h,1.1,1.2 14comp.h,1.1,1.2 15comp.h,1.1,1.2 16comp.h,1.1,1.2 17comp.h,1.1,1.2 18comp.h,1.1,1.2 19comp.h,1.1,1.2 1compact.h,1.1,1.2 20comp.h,1.1,1.2 21comp.h,1.1,1.2 22comp.h,1.1,1.2 23comp.h,1.1,1.2 24comp.h,1.1,1.2 25comp.h,1.1,1.2 26comp.h,1.1,1.2 27comp.h,1.1,1.2 28comp.h,1.1,1.2 29comp.h,1.1,1.2 2compact.h,1.1,1.2 30comp.h,1.1,1.2 31comp.h,1.1,1.2 32comp.h,1.1,1.2 33comp.h,1.1,1.2 34comp.h,1.1,1.2 36comp.h,1.1,1.2 37comp.h,1.1,1.2 38comp.h,1.1,1.2 39comp.h,1.1,1.2 3compact.h,1.1,1.2 40comp.h,1.1,1.2 41comp.h,1.1,1.2 42comp.h,1.1,1.2 44comp.h,1.1,1.2 45comp.h,1.1,1.2 46comp.h,1.1,1.2 47comp.h,1.1,1.2 48comp.h,1.1,1.2 4compact.h,1.1,1.2 5compact.h,1.1,1.2 65comp.h,1.1,1.2 66comp.h,1.1,1.2 67comp.h,1.1,1.2 68comp.h,1.1,1.2 69comp.h,1.1,1.2 70comp.h,1.1,1.2 71comp.h,1.1,1.2 72comp.h,1.1,1.2 73comp.h,1.1,1.2 74comp.h,1.1,1.2 75comp.h,1.1,1.2 76comp.h,1.1,1.2 77comp.h,1.1,1.2 78comp.h,1.1,1.2 79comp.h,1.1,1.2 80comp.h,1.1,1.2 81comp.h,1.1,1.2 82comp.h,1.1,1.2 85comp.h,1.1,1.2 90comp.h,1.1,1.2 91comp.h,1.1,1.2 92comp.h,1.1,1.2 93comp.h,1.1,1.2 94comp.h,1.1,1.2 95comp.h,1.1,1.2 96comp.h,1.1,1.2 9compact.h,1.1,1.2 linc_gen.h,1.1,1.2 lincmenu.h,1.1,1.2 objects.h,1.1,1.2 z_compac.h,1.1,1.2

Oliver Kiehl olki at users.sourceforge.net
Fri Apr 25 11:56:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky/compacts
In directory sc8-pr-cvs1:/tmp/cvs-serv22432

Modified Files:
	0compact.h 101comp.h 102comp.h 10comp.h 11comp.h 12comp.h 
	13comp.h 14comp.h 15comp.h 16comp.h 17comp.h 18comp.h 19comp.h 
	1compact.h 20comp.h 21comp.h 22comp.h 23comp.h 24comp.h 
	25comp.h 26comp.h 27comp.h 28comp.h 29comp.h 2compact.h 
	30comp.h 31comp.h 32comp.h 33comp.h 34comp.h 36comp.h 37comp.h 
	38comp.h 39comp.h 3compact.h 40comp.h 41comp.h 42comp.h 
	44comp.h 45comp.h 46comp.h 47comp.h 48comp.h 4compact.h 
	5compact.h 65comp.h 66comp.h 67comp.h 68comp.h 69comp.h 
	70comp.h 71comp.h 72comp.h 73comp.h 74comp.h 75comp.h 76comp.h 
	77comp.h 78comp.h 79comp.h 80comp.h 81comp.h 82comp.h 85comp.h 
	90comp.h 91comp.h 92comp.h 93comp.h 94comp.h 95comp.h 96comp.h 
	9compact.h linc_gen.h lincmenu.h objects.h z_compac.h 
Log Message:
changed zero-sized arrays to pointers


Index: 0compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/0compact.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 0compact.h	25 Apr 2003 15:11:28 -0000	1.1
+++ 0compact.h	25 Apr 2003 18:54:43 -0000	1.2
@@ -455,7 +455,7 @@
 	0,
 };
 
-uint32 c74[0];
+uint32 *c74 = 0;
 
 uint16 f_ss_left[] = {
 	4,
@@ -1127,7 +1127,7 @@
 	65535,
 };
 
-uint32 rs_jobs_4_2[0];
+uint32 *rs_jobs_4_2 = 0;
 
 uint16 monitor_seq[] = {
 	151*64,
@@ -2568,7 +2568,7 @@
 	16191,
 };
 
-uint32 grid3[0];
+uint32 *grid3 = 0;
 
 uint16 foster_shot[] = {
 	103*64,
@@ -2709,7 +2709,7 @@
 	0,
 };
 
-uint32 grid4[0];
+uint32 *grid4 = 0;
 
 uint16 ss_smokes_3[] = {
 	108*64,
@@ -4418,7 +4418,7 @@
 	0,
 };
 
-uint32 grid1[0];
+uint32 *grid1 = 0;
 
 uint8 full_ss_auto[64];
 
@@ -6830,7 +6830,7 @@
 	0,
 };
 
-uint32 grid2[0];
+uint32 *grid2 = 0;
 
 uint16 guard_lean_out[] = {
 	20*64,
@@ -6846,7 +6846,7 @@
 	0,
 };
 
-uint32 c101[0];
+uint32 *c101 = 0;
 
 uint16 put_bar_away[] = {
 	88*64,
@@ -9020,7 +9020,7 @@
 	0,
 };
 
-uint32 grid0[0];
+uint32 *grid0 = 0;
 
 void *data_1[] = {
 	0,

Index: 101comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/101comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 102comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/102comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 10comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/10comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 10comp.h	25 Apr 2003 15:11:30 -0000	1.1
+++ 10comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -1763,7 +1763,7 @@
 	0,
 };
 
-uint32 grid10[0];
+uint32 *grid10 = 0;
 
 uint16 card2_seq[] = {
 	55*64,

Index: 11comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/11comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 11comp.h	25 Apr 2003 15:11:30 -0000	1.1
+++ 11comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -1299,7 +1299,7 @@
 	SOCCER_1_ACTION,	// actionScript
 };
 
-uint32 grid11[0];
+uint32 *grid11 = 0;
 
 uint16 open_11_locker[] = {
 	29*64,

Index: 12comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/12comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 12comp.h	25 Apr 2003 15:11:30 -0000	1.1
+++ 12comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -875,7 +875,7 @@
 	FACTORY_EXIT_ACTION,	// actionScript
 };
 
-uint32 grid12[0];
+uint32 *grid12 = 0;
 
 uint16 s12_pal[] = {
 	0,

Index: 13comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/13comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 13comp.h	25 Apr 2003 15:11:30 -0000	1.1
+++ 13comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -3404,7 +3404,7 @@
 	0,
 };
 
-uint32 grid13[0];
+uint32 *grid13 = 0;
 
 uint16 rs_foster_12_13[] = {
 	C_XCOOD,

Index: 14comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/14comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 14comp.h	25 Apr 2003 15:11:30 -0000	1.1
+++ 14comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -1342,7 +1342,7 @@
 	16191,
 };
 
-uint32 grid14[0];
+uint32 *grid14 = 0;
 
 uint16 change3_seq[] = {
 	101*64,

Index: 15comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/15comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 15comp.h	25 Apr 2003 15:11:30 -0000	1.1
+++ 15comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -144,7 +144,7 @@
 	ID_MENU_LOGIC,
 };
 
-uint32 grid15[0];
+uint32 *grid15 = 0;
 
 uint16 flap_seq[] = {
 	74*64,

Index: 16comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/16comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 16comp.h	25 Apr 2003 15:11:31 -0000	1.1
+++ 16comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -174,7 +174,7 @@
 	0,	// baseSub_off
 };
 
-uint32 grid16[0];
+uint32 *grid16 = 0;
 
 uint16 s16_fast_list[] = {
 	12,

Index: 17comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/17comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 17comp.h	25 Apr 2003 15:11:31 -0000	1.1
+++ 17comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -171,7 +171,7 @@
 	FLOOR_ACTION,	// actionScript
 };
 
-uint32 grid17[0];
+uint32 *grid17 = 0;
 
 uint16 get_card_seq[] = {
 	30*64,

Index: 18comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/18comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 19comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/19comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 19comp.h	25 Apr 2003 15:11:32 -0000	1.1
+++ 19comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -262,7 +262,7 @@
 	TOP_R19_ACTION,	// actionScript
 };
 
-uint32 grid19[0];
+uint32 *grid19 = 0;
 
 uint16 s19_pal[] = {
 	0,

Index: 1compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/1compact.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 20comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/20comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 20comp.h	25 Apr 2003 15:11:32 -0000	1.1
+++ 20comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -712,7 +712,7 @@
 	LAMB_WINDOW_ACTION,	// actionScript
 };
 
-uint32 grid20[0];
+uint32 *grid20 = 0;
 
 uint16 gal_look_down[] = {
 	90*64,

Index: 21comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/21comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 21comp.h	25 Apr 2003 15:11:33 -0000	1.1
+++ 21comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -1407,7 +1407,7 @@
 	EL21_ACTION,	// actionScript
 };
 
-uint32 grid21[0];
+uint32 *grid21 = 0;
 
 Compact inner_lamb_door = {
 	L_SCRIPT,	// logic

Index: 22comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/22comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 22comp.h	25 Apr 2003 15:11:33 -0000	1.1
+++ 22comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -226,7 +226,7 @@
 	65535,
 };
 
-uint32 grid22[0];
+uint32 *grid22 = 0;
 
 uint16 remove_pillow[] = {
 	196*64,

Index: 23comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/23comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 23comp.h	25 Apr 2003 15:11:33 -0000	1.1
+++ 23comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -27,7 +27,7 @@
 
 namespace SkyCompact {
 
-uint32 grid23[0];
+uint32 *grid23 = 0;
 
 Compact link_23 = {
 	L_SCRIPT,	// logic

Index: 24comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/24comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 24comp.h	25 Apr 2003 15:11:33 -0000	1.1
+++ 24comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -158,7 +158,7 @@
 	0,
 };
 
-uint32 grid24[0];
+uint32 *grid24 = 0;
 
 Compact left_exit_24 = {
 	0,	// logic

Index: 25comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/25comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 25comp.h	25 Apr 2003 15:11:35 -0000	1.1
+++ 25comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -634,7 +634,7 @@
 	0,
 };
 
-uint32 grid25[0];
+uint32 *grid25 = 0;
 
 uint16 anchor_leave_seq[] = {
 	45*64,

Index: 26comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/26comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 26comp.h	25 Apr 2003 15:11:35 -0000	1.1
+++ 26comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -955,7 +955,7 @@
 	0,
 };
 
-uint32 grid26[0];
+uint32 *grid26 = 0;
 
 uint16 joey_list_s26[] = {
 	208,

Index: 27comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/27comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 27comp.h	25 Apr 2003 15:11:35 -0000	1.1
+++ 27comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -1051,7 +1051,7 @@
 	65535,
 };
 
-uint32 grid27[0];
+uint32 *grid27 = 0;
 
 uint16 burke_up[] = {
 	2,
@@ -1275,7 +1275,7 @@
 	0,
 };
 
-uint32 heart_seq[0];
+uint32 *heart_seq = 0;
 
 uint16 squirm_seq[] = {
 	164*64,

Index: 28comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/28comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 28comp.h	25 Apr 2003 15:11:35 -0000	1.1
+++ 28comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -658,7 +658,7 @@
 	DUSTBIN_ACTION,	// actionScript
 };
 
-uint32 grid28[0];
+uint32 *grid28 = 0;
 
 uint16 rs_31_28[] = {
 	C_XCOOD,

Index: 29comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/29comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 29comp.h	25 Apr 2003 15:11:36 -0000	1.1
+++ 29comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -118,7 +118,7 @@
 	FLOOR_ACTION,	// actionScript
 };
 
-uint32 grid29[0];
+uint32 *grid29 = 0;
 
 uint16 card_slot_29_anim[] = {
 	18*64,

Index: 2compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/2compact.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 2compact.h	25 Apr 2003 15:11:36 -0000	1.1
+++ 2compact.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -56,7 +56,7 @@
 	0,
 };
 
-uint32 c4121[0];
+uint32 *c4121 = 0;
 
 uint16 loader_right[] = {
 	2,
@@ -601,7 +601,7 @@
 	0,
 };
 
-uint16 left_table2[0];
+uint16 *left_table2 = 0;
 
 uint16 sml_loaderb_u_to_d[] = {
 	24+158*64,
@@ -829,7 +829,7 @@
 	0,
 };
 
-uint32 exit_table[0];
+uint32 *exit_table = 0;
 
 uint16 sml_loaderb_r_to_l[] = {
 	23+158*64,

Index: 30comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/30comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 30comp.h	25 Apr 2003 15:11:37 -0000	1.1
+++ 30comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -629,7 +629,7 @@
 	16191,
 };
 
-uint32 sec4_compacts[0];
+uint32 *sec4_compacts = 0;
 
 uint16 sc36_col_talk2[] = {
 	63*64,
@@ -1480,7 +1480,7 @@
 	ID_TEXT_MOUSE,
 };
 
-uint32 sc30_walk_grid[0];
+uint32 *sc30_walk_grid = 0;
 
 Compact sc30_exit_31 = {
 	0,	// logic

Index: 31comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/31comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 31comp.h	25 Apr 2003 15:11:38 -0000	1.1
+++ 31comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -731,7 +731,7 @@
 	0,
 };
 
-uint32 sc31_walk_grid[0];
+uint32 *sc31_walk_grid = 0;
 
 Compact sc31_rope = {
 	L_SCRIPT,	// logic

Index: 32comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/32comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 32comp.h	25 Apr 2003 15:11:39 -0000	1.1
+++ 32comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -483,7 +483,7 @@
 	&sc32_vincent_ext,
 };
 
-uint32 sc32_walk_grid[0];
+uint32 *sc32_walk_grid = 0;
 
 uint16 sc32_gard_turn_d[] = {
 	59*64,

Index: 33comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/33comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 33comp.h	25 Apr 2003 15:11:40 -0000	1.1
+++ 33comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -458,7 +458,7 @@
 	0,
 };
 
-uint32 sc33_walk_grid[0];
+uint32 *sc33_walk_grid = 0;
 
 uint16 reset_34_33[] = {
 	C_SCREEN,

Index: 34comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/34comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 34comp.h	25 Apr 2003 15:11:42 -0000	1.1
+++ 34comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -80,7 +80,7 @@
 	0,	// baseSub_off
 };
 
-uint32 sc34_walk_grid[0];
+uint32 *sc34_walk_grid = 0;
 
 uint16 sc34_logic_list[] = {
 	ID_FOSTER,

Index: 36comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/36comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 36comp.h	25 Apr 2003 15:11:42 -0000	1.1
+++ 36comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -3180,7 +3180,7 @@
 	0,
 };
 
-uint32 babs[0];
+uint32 *babs = 0;
 
 uint16 bar_wipe[] = {
 	32*64,
@@ -3739,7 +3739,7 @@
 	FLOOR_ACTION,	// actionScript
 };
 
-uint32 sc36_walk_grid[0];
+uint32 *sc36_walk_grid = 0;
 
 uint16 sc36_dooropen[] = {
 	144*64,

Index: 37comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/37comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 37comp.h	25 Apr 2003 15:11:42 -0000	1.1
+++ 37comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -1472,7 +1472,7 @@
 	0,
 };
 
-uint32 sc37_walk_grid[0];
+uint32 *sc37_walk_grid = 0;
 
 Compact sc37_door = {
 	L_SCRIPT,	// logic

Index: 38comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/38comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 38comp.h	25 Apr 2003 15:11:42 -0000	1.1
+++ 38comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -1178,7 +1178,7 @@
 	0,
 };
 
-uint32 spu[0];
+uint32 *spu = 0;
 
 uint16 sc38_floor_table[] = {
 	ID_SC38_FLOOR,
@@ -2765,9 +2765,9 @@
 	0,
 };
 
-uint32 sc38_walk_grid[0];
+uint32 *sc38_walk_grid = 0;
 
-uint32 dna[0];
+uint32 *dna = 0;
 
 uint16 spu_st_right[] = {
 	71*64,

Index: 39comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/39comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 39comp.h	25 Apr 2003 15:11:45 -0000	1.1
+++ 39comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -272,7 +272,7 @@
 	SC39_EXIT_41_ACTION,	// actionScript
 };
 
-uint32 sc39_walk_grid[0];
+uint32 *sc39_walk_grid = 0;
 
 uint16 sc39_descend[] = {
 	23*64,

Index: 3compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/3compact.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 3compact.h	25 Apr 2003 15:11:45 -0000	1.1
+++ 3compact.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -554,7 +554,7 @@
 	&eye_ball_ext,
 };
 
-uint32 sh[0];
+uint32 *sh = 0;
 
 uint16 liftc3_up[] = {
 	204*64,

Index: 40comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/40comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 40comp.h	25 Apr 2003 15:11:46 -0000	1.1
+++ 40comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -135,7 +135,7 @@
 	SC40_CABINET_ACTION,	// actionScript
 };
 
-uint32 sc40_walk_grid[0];
+uint32 *sc40_walk_grid = 0;
 
 uint16 sc40_palette[] = {
 	0,

Index: 41comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/41comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 41comp.h	25 Apr 2003 15:11:47 -0000	1.1
+++ 41comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -153,7 +153,7 @@
 	0,
 };
 
-uint32 sc41_walk_grid[0];
+uint32 *sc41_walk_grid = 0;
 
 uint16 sc41_fast_list[] = {
 	13+DISK_14,

Index: 42comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/42comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 42comp.h	25 Apr 2003 15:11:47 -0000	1.1
+++ 42comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -536,7 +536,7 @@
 	ID_STD_MENU_LOGIC,
 };
 
-uint32 sc42_walk_grid[0];
+uint32 *sc42_walk_grid = 0;
 
 uint16 sc42_jdg_turn[] = {
 	167*64,

Index: 44comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/44comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 44comp.h	25 Apr 2003 15:11:47 -0000	1.1
+++ 44comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -33,7 +33,7 @@
 	0,
 };
 
-uint32 sc44_walk_grid[0];
+uint32 *sc44_walk_grid = 0;
 
 Compact sc44_rubble = {
 	0,	// logic

Index: 45comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/45comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 45comp.h	25 Apr 2003 15:11:47 -0000	1.1
+++ 45comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -534,7 +534,7 @@
 	0,
 };
 
-uint32 sc45_walk_grid[0];
+uint32 *sc45_walk_grid = 0;
 
 uint16 reset_47_45[] = {
 	C_SCREEN,

Index: 46comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/46comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 46comp.h	25 Apr 2003 15:11:48 -0000	1.1
+++ 46comp.h	25 Apr 2003 18:54:44 -0000	1.2
@@ -466,7 +466,7 @@
 	ID_TEXT_MOUSE,
 };
 
-uint32 sc46_walk_grid[0];
+uint32 *sc46_walk_grid = 0;
 
 uint16 sc46_fast_list[] = {
 	12+DISK_13,

Index: 47comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/47comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 47comp.h	25 Apr 2003 15:11:50 -0000	1.1
+++ 47comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -467,7 +467,7 @@
 	SC47_EXIT_48_ACTION,	// actionScript
 };
 
-uint32 sc47_walk_grid[0];
+uint32 *sc47_walk_grid = 0;
 
 uint16 sc47_fast_list[] = {
 	12+DISK_13,

Index: 48comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/48comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 48comp.h	25 Apr 2003 15:11:52 -0000	1.1
+++ 48comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -716,7 +716,7 @@
 	SC48_EXIT_65_ACTION,	// actionScript
 };
 
-uint32 sc48_walk_grid[0];
+uint32 *sc48_walk_grid = 0;
 
 Compact sc48_floor = {
 	0,	// logic

Index: 4compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/4compact.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 4compact.h	25 Apr 2003 15:11:52 -0000	1.1
+++ 4compact.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -144,7 +144,7 @@
 	65535,
 };
 
-uint32 l_talk_s4[0];
+uint32 *l_talk_s4 = 0;
 
 uint16 chip_list_sc4[] = {
 	56,
@@ -962,7 +962,7 @@
 	0,
 };
 
-uint32 c43[0];
+uint32 *c43 = 0;
 
 Compact chuck_s4 = {
 	L_SCRIPT,	// logic

Index: 5compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/5compact.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 5compact.h	25 Apr 2003 15:11:53 -0000	1.1
+++ 5compact.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -384,7 +384,7 @@
 	0,
 };
 
-uint32 grid18[0];
+uint32 *grid18 = 0;
 
 uint16 s7_floor_table[] = {
 	ID_S7_FLOOR,
@@ -1571,7 +1571,7 @@
 	EL7_ACTION,	// actionScript
 };
 
-uint32 grid7[0];
+uint32 *grid7 = 0;
 
 uint16 rs_foster_18_5[] = {
 	C_XCOOD,
@@ -2408,7 +2408,7 @@
 	S6_DOOR_ACTION,	// actionScript
 };
 
-uint32 grid5[0];
+uint32 *grid5 = 0;
 
 uint16 jostair2_seq[] = {
 	29*64,
@@ -2747,7 +2747,7 @@
 	0,
 };
 
-uint32 grid9[0];
+uint32 *grid9 = 0;
 
 uint16 s8_fast_list[] = {
 	12,
@@ -3369,11 +3369,11 @@
 	16191,
 };
 
-uint32 z2[0];
+uint32 *z2 = 0;
 
-uint32 grid6[0];
+uint32 *grid6 = 0;
 
-uint32 grid8[0];
+uint32 *grid8 = 0;
 
 Compact left_exit_s5 = {
 	0,	// logic
@@ -4681,7 +4681,7 @@
 	&foreman,
 };
 
-uint32 table2[0];
+uint32 *table2 = 0;
 
 }; // namespace SkyCompact
 

Index: 65comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/65comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 65comp.h	25 Apr 2003 15:11:54 -0000	1.1
+++ 65comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -27,7 +27,7 @@
 
 namespace SkyCompact {
 
-uint32 sc65_walk_grid[0];
+uint32 *sc65_walk_grid = 0;
 
 Compact sc65_exit_48 = {
 	0,	// logic

Index: 66comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/66comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 66comp.h	25 Apr 2003 15:11:55 -0000	1.1
+++ 66comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -3995,7 +3995,7 @@
 	0,
 };
 
-uint32 sec5_compacts[0];
+uint32 *sec5_compacts = 0;
 
 uint16 sc81_fos_sat_tlk[] = {
 	205*64,

Index: 67comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/67comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 67comp.h	25 Apr 2003 15:11:56 -0000	1.1
+++ 67comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -1680,7 +1680,7 @@
 	16191,
 };
 
-uint32 grid67[0];
+uint32 *grid67 = 0;
 
 uint16 sc67_fast_list[] = {
 	12+DISK_5,

Index: 68comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/68comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 68comp.h	25 Apr 2003 15:11:56 -0000	1.1
+++ 68comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -933,7 +933,7 @@
 	0,	// baseSub_off
 };
 
-uint32 grid68[0];
+uint32 *grid68 = 0;
 
 uint16 sc68_pulse1_anim[] = {
 	58*64,

Index: 69comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/69comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 69comp.h	25 Apr 2003 15:11:57 -0000	1.1
+++ 69comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -27,7 +27,7 @@
 
 namespace SkyCompact {
 
-uint32 grid69[0];
+uint32 *grid69 = 0;
 
 uint16 sc69_logic_list[] = {
 	ID_FOSTER,

Index: 70comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/70comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 70comp.h	25 Apr 2003 15:11:58 -0000	1.1
+++ 70comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -862,7 +862,7 @@
 	0,
 };
 
-uint32 grid70[0];
+uint32 *grid70 = 0;
 
 uint16 sc70_fast_list[] = {
 	12+DISK_5,

Index: 71comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/71comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 71comp.h	25 Apr 2003 15:11:59 -0000	1.1
+++ 71comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -1388,7 +1388,7 @@
 	SC71_DOOR69_ACTION,	// actionScript
 };
 
-uint32 grid71[0];
+uint32 *grid71 = 0;
 
 Compact sc71_fake_floor = {
 	0,	// logic

Index: 72comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/72comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 72comp.h	25 Apr 2003 15:11:59 -0000	1.1
+++ 72comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -429,7 +429,7 @@
 	0,
 };
 
-uint32 wit[0];
+uint32 *wit = 0;
 
 Compact sc72_cham2_light = {
 	L_SCRIPT,	// logic
@@ -1647,7 +1647,7 @@
 	0,
 };
 
-uint32 grid72[0];
+uint32 *grid72 = 0;
 
 uint16 sc72_mouse_list[] = {
 	ID_MEDI,

Index: 73comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/73comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 73comp.h	25 Apr 2003 15:12:00 -0000	1.1
+++ 73comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -1452,7 +1452,7 @@
 	65535,
 };
 
-uint32 grid73[0];
+uint32 *grid73 = 0;
 
 Compact sc73_bits2 = {
 	L_SCRIPT,	// logic
@@ -2442,7 +2442,7 @@
 	SC73_BIG_DOOR_ACTION,	// actionScript
 };
 
-uint32 gal[0];
+uint32 *gal = 0;
 
 Compact sc73_cham4_light = {
 	L_SCRIPT,	// logic

Index: 74comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/74comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 74comp.h	25 Apr 2003 15:12:00 -0000	1.1
+++ 74comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -3007,7 +3007,7 @@
 	0,
 };
 
-uint32 grid74[0];
+uint32 *grid74 = 0;
 
 uint16 sc74_fost_sit[] = {
 	92*64,

Index: 75comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/75comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 75comp.h	25 Apr 2003 15:12:00 -0000	1.1
+++ 75comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -476,7 +476,7 @@
 	65535,
 };
 
-uint32 grid75[0];
+uint32 *grid75 = 0;
 
 uint16 sc75_light1_anim[] = {
 	151*64,

Index: 76comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/76comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 76comp.h	25 Apr 2003 15:12:00 -0000	1.1
+++ 76comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -58,7 +58,7 @@
 	ID_STD_MENU_LOGIC,
 };
 
-uint32 grid76[0];
+uint32 *grid76 = 0;
 
 uint16 sc76_hatch_2[] = {
 	68*64,

Index: 77comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/77comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 77comp.h	25 Apr 2003 15:12:01 -0000	1.1
+++ 77comp.h	25 Apr 2003 18:54:45 -0000	1.2
@@ -555,7 +555,7 @@
 	0,
 };
 
-uint32 grid77[0];
+uint32 *grid77 = 0;
 
 uint16 reset_78_77[] = {
 	C_SCREEN,

Index: 78comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/78comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 78comp.h	25 Apr 2003 15:12:01 -0000	1.1
+++ 78comp.h	25 Apr 2003 18:54:46 -0000	1.2
@@ -750,7 +750,7 @@
 	FLOOR_ACTION,	// actionScript
 };
 
-uint32 grid78[0];
+uint32 *grid78 = 0;
 
 uint16 sc78_palette[] = {
 	0,

Index: 79comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/79comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 79comp.h	25 Apr 2003 15:12:02 -0000	1.1
+++ 79comp.h	25 Apr 2003 18:54:46 -0000	1.2
@@ -1500,7 +1500,7 @@
 	0,
 };
 
-uint32 grid79[0];
+uint32 *grid79 = 0;
 
 uint16 sc79_logic_list[] = {
 	ID_FOSTER,

Index: 80comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/80comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 81comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/81comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 81comp.h	25 Apr 2003 15:12:03 -0000	1.1
+++ 81comp.h	25 Apr 2003 18:54:46 -0000	1.2
@@ -970,7 +970,7 @@
 	0,
 };
 
-uint32 grid81[0];
+uint32 *grid81 = 0;
 
 uint16 sc81_tentwig6[] = {
 	186*64,

Index: 82comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/82comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 82comp.h	25 Apr 2003 15:12:04 -0000	1.1
+++ 82comp.h	25 Apr 2003 18:54:46 -0000	1.2
@@ -226,7 +226,7 @@
 	0,
 };
 
-uint32 grid82[0];
+uint32 *grid82 = 0;
 
 uint16 sc82_mouse_list[] = {
 	0,

Index: 85comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/85comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 90comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/90comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 90comp.h	25 Apr 2003 15:12:04 -0000	1.1
+++ 90comp.h	25 Apr 2003 18:54:46 -0000	1.2
@@ -1826,7 +1826,7 @@
 	linc_menu_mouse,
 };
 
-uint32 sec6_compacts[0];
+uint32 *sec6_compacts = 0;
 
 }; // namespace SkyCompact
 

Index: 91comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/91comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 92comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/92comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 93comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/93comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 94comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/94comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 95comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/95comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 96comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/96comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: 9compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/9compact.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: linc_gen.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/linc_gen.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- linc_gen.h	25 Apr 2003 15:12:04 -0000	1.1
+++ linc_gen.h	25 Apr 2003 18:54:47 -0000	1.2
@@ -67,7 +67,7 @@
 	0,
 };
 
-uint32 grid96[0];
+uint32 *grid96 = 0;
 
 uint16 note_module[] = {
 	11,
@@ -190,7 +190,7 @@
 	0,	// baseSub_off
 };
 
-uint32 grid91[0];
+uint32 *grid91 = 0;
 
 Compact info_button = {
 	L_SCRIPT,	// logic
@@ -297,7 +297,7 @@
 	0,
 };
 
-uint32 grid94[0];
+uint32 *grid94 = 0;
 
 uint16 enter_top[] = {
 	135*64,
@@ -360,7 +360,7 @@
 	0,
 };
 
-uint32 grid95[0];
+uint32 *grid95 = 0;
 
 Compact window_1 = {
 	L_SCRIPT,	// logic
@@ -393,7 +393,7 @@
 	0,	// baseSub_off
 };
 
-uint32 grid90[0];
+uint32 *grid90 = 0;
 
 uint16 exit_top[] = {
 	136*64,
@@ -515,7 +515,7 @@
 	0,
 };
 
-uint32 grid92[0];
+uint32 *grid92 = 0;
 
 Compact window_4 = {
 	L_SCRIPT,	// logic
@@ -564,7 +564,7 @@
 	65535,
 };
 
-uint32 grid93[0];
+uint32 *grid93 = 0;
 
 }; // namespace SkyCompact
 

Index: lincmenu.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/lincmenu.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: objects.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/objects.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2

Index: z_compac.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/z_compac.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- z_compac.h	25 Apr 2003 15:12:05 -0000	1.1
+++ z_compac.h	25 Apr 2003 18:54:47 -0000	1.2
@@ -1486,7 +1486,7 @@
 	0,
 };
 
-uint32 c68[0];
+uint32 *c68 = 0;
 
 uint16 ljoey_d_to_r[] = {
 	23+173*64,
@@ -1969,7 +1969,7 @@
 	GET_TO_TALK2,
 };
 
-uint32 l_talk_s2[0];
+uint32 *l_talk_s2 = 0;
 
 uint16 bfoster_r_to_l[] = {
 	45+182*64,
@@ -4556,7 +4556,7 @@
 	BASE_INTRO,	// baseSub
 	0,	// baseSub_off
 	&foster_ext,
-	foster_turnTable,
+	&foster_turnTable,
 	&foster_unk,
 };
 
@@ -4689,7 +4689,7 @@
 	0,
 };
 
-uint32 zt[0];
+uint32 *zt = 0;
 
 uint16 but_9[] = {
 	149*64,
@@ -4907,7 +4907,7 @@
 	0,
 };
 
-uint32 talk1[0];
+uint32 *talk1 = 0;
 
 uint16 rs_lamb_start_2[] = {
 	C_STATUS,
@@ -5616,7 +5616,7 @@
 	forklift2_cdt,
 };
 
-uint32 z_compact_table[0];
+uint32 *z_compact_table = 0;
 
 }; // namespace SkyCompact
 





More information about the Scummvm-git-logs mailing list