[Scummvm-cvs-logs] CVS: scummvm/sky/compacts 0compact.h,1.5,1.6 10comp.h,1.6,1.7 13comp.h,1.6,1.7 14comp.h,1.6,1.7 17comp.h,1.6,1.7 21comp.h,1.6,1.7 22comp.h,1.6,1.7 27comp.h,1.6,1.7 2compact.h,1.6,1.7 30comp.h,1.6,1.7 31comp.h,1.6,1.7 32comp.h,1.6,1.7 33comp.h,1.6,1.7 36comp.h,1.6,1.7 37comp.h,1.6,1.7 38comp.h,1.6,1.7 3compact.h,1.6,1.7 4compact.h,1.7,1.8 5compact.h,1.6,1.7 67comp.h,1.6,1.7 68comp.h,1.6,1.7 71comp.h,1.6,1.7 72comp.h,1.6,1.7 73comp.h,1.6,1.7 74comp.h,1.6,1.7 75comp.h,1.6,1.7 76comp.h,1.6,1.7 77comp.h,1.6,1.7 78comp.h,1.6,1.7 79comp.h,1.6,1.7 80comp.h,1.5,1.6 90comp.h,1.6,1.7 91comp.h,1.6,1.7 92comp.h,1.6,1.7 93comp.h,1.6,1.7 94comp.h,1.6,1.7 95comp.h,1.6,1.7 96comp.h,1.6,1.7 lincmenu.h,1.5,1.6 objects.h,1.5,1.6 z_compac.h,1.6,1.7

Jamieson Christian jamieson630 at users.sourceforge.net
Mon Jun 9 09:39:56 CEST 2003


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

Modified Files:
	0compact.h 10comp.h 13comp.h 14comp.h 17comp.h 21comp.h 
	22comp.h 27comp.h 2compact.h 30comp.h 31comp.h 32comp.h 
	33comp.h 36comp.h 37comp.h 38comp.h 3compact.h 4compact.h 
	5compact.h 67comp.h 68comp.h 71comp.h 72comp.h 73comp.h 
	74comp.h 75comp.h 76comp.h 77comp.h 78comp.h 79comp.h 80comp.h 
	90comp.h 91comp.h 92comp.h 93comp.h 94comp.h 95comp.h 96comp.h 
	lincmenu.h objects.h z_compac.h 
Log Message:
Fixed VC++ warnings

Index: 0compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/0compact.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- 0compact.h	21 May 2003 20:20:16 -0000	1.5
+++ 0compact.h	9 Jun 2003 16:38:46 -0000	1.6
@@ -4173,8 +4173,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
-	65516,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65516,	// mouseRel_y
 	8,	// mouseSize_x
 	28,	// mouseSize_y
 	MEGA_ACTION,	// actionScript
@@ -4701,7 +4701,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	0,	// mouseRel_x
-	65488,	// mouseRel_y
+	(int16) 65488,	// mouseRel_y
 	32,	// mouseSize_x
 	48,	// mouseSize_y
 	0,	// actionScript

Index: 10comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/10comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 10comp.h	21 May 2003 20:20:17 -0000	1.6
+++ 10comp.h	9 Jun 2003 16:38:46 -0000	1.7
@@ -1740,7 +1740,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
+	(int16) 65532,	// mouseRel_x
 	0,	// mouseRel_y
 	6,	// mouseSize_x
 	62,	// mouseSize_y

Index: 13comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/13comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 13comp.h	21 May 2003 20:20:17 -0000	1.6
+++ 13comp.h	9 Jun 2003 16:38:46 -0000	1.7
@@ -2534,8 +2534,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65520,	// mouseRel_x
-	65488,	// mouseRel_y
+	(int16) 65520,	// mouseRel_x
+	(int16) 65488,	// mouseRel_y
 	24,	// mouseSize_x
 	48,	// mouseSize_y
 	MEGA_ACTION,	// actionScript

Index: 14comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/14comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 14comp.h	21 May 2003 20:20:17 -0000	1.6
+++ 14comp.h	9 Jun 2003 16:38:46 -0000	1.7
@@ -438,8 +438,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65520,	// mouseRel_x
-	65488,	// mouseRel_y
+	(int16) 65520,	// mouseRel_x
+	(int16) 65488,	// mouseRel_y
 	32,	// mouseSize_x
 	48,	// mouseSize_y
 	MEGA_ACTION,	// actionScript

Index: 17comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/17comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 17comp.h	21 May 2003 20:20:17 -0000	1.6
+++ 17comp.h	9 Jun 2003 16:38:46 -0000	1.7
@@ -897,7 +897,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	5,	// mouseRel_x
-	65510,	// mouseRel_y
+	(int16) 65510,	// mouseRel_y
 	45,	// mouseSize_x
 	30,	// mouseSize_y
 	RODS_ACTION,	// actionScript

Index: 21comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/21comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 21comp.h	21 May 2003 20:20:18 -0000	1.6
+++ 21comp.h	9 Jun 2003 16:38:46 -0000	1.7
@@ -508,7 +508,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	0,	// mouseRel_x
-	65529,	// mouseRel_y
+	(int16) 65529,	// mouseRel_y
 	25,	// mouseSize_x
 	19,	// mouseSize_y
 	VIDEO_ACTION,	// actionScript
@@ -1505,7 +1505,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	0,	// mouseRel_x
-	65534,	// mouseRel_y
+	(int16) 65534,	// mouseRel_y
 	181-173,	// mouseSize_x
 	308-242,	// mouseSize_y
 	0,	// actionScript

Index: 22comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/22comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 22comp.h	21 May 2003 20:20:18 -0000	1.6
+++ 22comp.h	9 Jun 2003 16:38:46 -0000	1.7
@@ -785,7 +785,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	0,	// mouseRel_x
-	65533,	// mouseRel_y
+	(int16) 65533,	// mouseRel_y
 	264-242,	// mouseSize_x
 	258-235,	// mouseSize_y
 	FISH_TANK_ACTION,	// actionScript

Index: 27comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/27comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 27comp.h	21 May 2003 20:20:18 -0000	1.6
+++ 27comp.h	9 Jun 2003 16:38:46 -0000	1.7
@@ -2178,8 +2178,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65520,	// mouseRel_x
-	65488,	// mouseRel_y
+	(int16) 65520,	// mouseRel_x
+	(int16) 65488,	// mouseRel_y
 	32,	// mouseSize_x
 	48,	// mouseSize_y
 	MEGA_ACTION,	// actionScript

Index: 2compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/2compact.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 2compact.h	21 May 2003 20:20:18 -0000	1.6
+++ 2compact.h	9 Jun 2003 16:38:46 -0000	1.7
@@ -888,8 +888,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
-	65488,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65488,	// mouseRel_y
 	20,	// mouseSize_x
 	48,	// mouseSize_y
 	TRANSPORTER_ACTION,	// actionScript
@@ -1573,8 +1573,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65532,	// mouseRel_x
-	65488,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65488,	// mouseRel_y
 	20,	// mouseSize_x
 	48,	// mouseSize_y
 	TRANS_ALIVE_ACTION,	// actionScript

Index: 30comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/30comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 30comp.h	21 May 2003 20:20:18 -0000	1.6
+++ 30comp.h	9 Jun 2003 16:38:46 -0000	1.7
@@ -1583,8 +1583,8 @@
 	SC30_COURT_DOOR_MOUSE_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65532,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65532,	// mouseRel_y
 	179-166,	// mouseSize_x
 	265-206,	// mouseSize_y
 	SC30_COURT_DOOR_ACTION,	// actionScript

Index: 31comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/31comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 31comp.h	21 May 2003 20:20:18 -0000	1.6
+++ 31comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -1986,7 +1986,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	3,	// mouseRel_y
 	228-225,	// mouseSize_x
 	270-229,	// mouseSize_y

Index: 32comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/32comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 32comp.h	21 May 2003 20:20:18 -0000	1.6
+++ 32comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -772,8 +772,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65534,	// mouseRel_x
-	65534,	// mouseRel_y
+	(int16) 65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_y
 	365-357,	// mouseSize_x
 	187-173,	// mouseSize_y
 	SC32_BUZZER_ACTION,	// actionScript
@@ -1786,8 +1786,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65534,	// mouseRel_x
-	65534,	// mouseRel_y
+	(int16) 65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_y
 	398-376,	// mouseSize_x
 	232-173,	// mouseSize_y
 	SC32_LIFT_ACTION,	// actionScript

Index: 33comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/33comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 33comp.h	21 May 2003 20:20:18 -0000	1.6
+++ 33comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -497,8 +497,8 @@
 	SC33_SHED_DOOR_MOUSE_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65521,	// mouseRel_x
-	65526,	// mouseRel_y
+	(int16) 65521,	// mouseRel_x
+	(int16) 65526,	// mouseRel_y
 	366-343,	// mouseSize_x
 	275-212,	// mouseSize_y
 	SC33_SHED_DOOR_ACTION,	// actionScript

Index: 36comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/36comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 36comp.h	21 May 2003 20:20:18 -0000	1.6
+++ 36comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -1375,8 +1375,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65526,	// mouseRel_x
-	65491,	// mouseRel_y
+	(int16) 65526,	// mouseRel_x
+	(int16) 65491,	// mouseRel_y
 	17,	// mouseSize_x
 	50,	// mouseSize_y
 	MEGA_ACTION,	// actionScript
@@ -1876,8 +1876,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_y
 	378-374,	// mouseSize_x
 	214-182,	// mouseSize_y
 	SC36_DOOR_ACTION,	// actionScript
@@ -2035,8 +2035,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
-	65521,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65521,	// mouseRel_y
 	241-229,	// mouseSize_x
 	236-207,	// mouseSize_y
 	SC36_JUKEBOX_ACTION,	// actionScript
@@ -2880,8 +2880,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_y
 	246-241,	// mouseSize_x
 	253-246,	// mouseSize_y
 	SC36_GLASS_ACTION,	// actionScript
@@ -3634,7 +3634,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_x
 	0,	// mouseRel_y
 	217-201,	// mouseSize_x
 	268-238,	// mouseSize_y

Index: 37comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/37comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 37comp.h	21 May 2003 20:20:18 -0000	1.6
+++ 37comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -894,7 +894,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	1,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_y
 	267-231,	// mouseSize_x
 	244-233,	// mouseSize_y
 	SC37_LID_ACTION,	// actionScript
@@ -1403,8 +1403,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_y
 	335-306,	// mouseSize_x
 	208-191,	// mouseSize_y
 	SC37_GRILL_ACTION,	// actionScript
@@ -1557,8 +1557,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
-	65531,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65531,	// mouseRel_y
 	207-192,	// mouseSize_x
 	279-216,	// mouseSize_y
 	SC37_DOOR_ACTION,	// actionScript
@@ -1744,8 +1744,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65518,	// mouseRel_x
-	65529,	// mouseRel_y
+	(int16) 65518,	// mouseRel_x
+	(int16) 65529,	// mouseRel_y
 	333-300,	// mouseSize_x
 	264-238,	// mouseSize_y
 	SC37_FLIMSY_BOX_ACTION,	// actionScript

Index: 38comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/38comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 38comp.h	21 May 2003 20:20:18 -0000	1.6
+++ 38comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -1977,7 +1977,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	0,	// mouseRel_x
-	65532,	// mouseRel_y
+	(int16) 65532,	// mouseRel_y
 	401-376,	// mouseSize_x
 	264-248,	// mouseSize_y
 	SC38_VIDEO_ACTION,	// actionScript
@@ -2157,7 +2157,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_x
 	0,	// mouseRel_y
 	406-378,	// mouseSize_x
 	242-209,	// mouseSize_y
@@ -2383,7 +2383,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	8,	// mouseRel_x
-	65528,	// mouseRel_y
+	(int16) 65528,	// mouseRel_y
 	201-190,	// mouseSize_x
 	300-234,	// mouseSize_y
 	SC38_LIFT_ACTION,	// actionScript
@@ -3408,8 +3408,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65528,	// mouseRel_x
-	65493,	// mouseRel_y
+	(int16) 65528,	// mouseRel_x
+	(int16) 65493,	// mouseRel_y
 	14,	// mouseSize_x
 	50,	// mouseSize_y
 	MEGA_ACTION,	// actionScript
@@ -3576,8 +3576,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65528,	// mouseRel_x
-	65493,	// mouseRel_y
+	(int16) 65528,	// mouseRel_x
+	(int16) 65493,	// mouseRel_y
 	14,	// mouseSize_x
 	50,	// mouseSize_y
 	MEGA_ACTION,	// actionScript

Index: 3compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/3compact.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 3compact.h	21 May 2003 20:20:18 -0000	1.6
+++ 3compact.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -784,8 +784,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65512,	// mouseRel_x
-	65532,	// mouseRel_y
+	(int16) 65512,	// mouseRel_x
+	(int16) 65532,	// mouseRel_y
 	60,	// mouseSize_x
 	10,	// mouseSize_y
 	SMOULDER_ACTION,	// actionScript

Index: 4compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/4compact.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- 4compact.h	24 May 2003 18:25:09 -0000	1.7
+++ 4compact.h	9 Jun 2003 16:38:47 -0000	1.8
@@ -846,8 +846,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65532,	// mouseRel_x
-	65516,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65516,	// mouseRel_y
 	8,	// mouseSize_x
 	28,	// mouseSize_y
 	MEGA_ACTION,	// actionScript

Index: 5compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/5compact.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 5compact.h	21 May 2003 20:20:18 -0000	1.6
+++ 5compact.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -1827,8 +1827,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
-	65516,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65516,	// mouseRel_y
 	8,	// mouseSize_x
 	28,	// mouseSize_y
 	WRECK_ACTION,	// actionScript
@@ -4172,8 +4172,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65520,	// mouseRel_x
-	65488,	// mouseRel_y
+	(int16) 65520,	// mouseRel_x
+	(int16) 65488,	// mouseRel_y
 	32,	// mouseSize_x
 	48,	// mouseSize_y
 	SKORL_ACTION,	// actionScript

Index: 67comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/67comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 67comp.h	21 May 2003 20:20:19 -0000	1.6
+++ 67comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -259,8 +259,8 @@
 	SC67_DOOR_MOUSE_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65531,	// mouseRel_x
-	65530,	// mouseRel_y
+	(int16) 65531,	// mouseRel_x
+	(int16) 65530,	// mouseRel_y
 	25,	// mouseSize_x
 	86,	// mouseSize_y
 	SC67_DOOR_ACTION,	// actionScript
@@ -492,8 +492,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65534,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65534,	// mouseRel_y
 	12,	// mouseSize_x
 	2,	// mouseSize_y
 	SC67_CROWBAR_ACTION,	// actionScript
@@ -2071,8 +2071,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65534,	// mouseRel_x
-	65530,	// mouseRel_y
+	(int16) 65534,	// mouseRel_x
+	(int16) 65530,	// mouseRel_y
 	332-323,	// mouseSize_x
 	248-241,	// mouseSize_y
 	SC67_CLOT_ACTION,	// actionScript

Index: 68comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/68comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 68comp.h	21 May 2003 20:20:19 -0000	1.6
+++ 68comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -932,8 +932,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65534,	// mouseRel_x
-	65534,	// mouseRel_y
+	(int16) 65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_y
 	6,	// mouseSize_x
 	11,	// mouseSize_y
 	SC68_SENSOR_ACTION,	// actionScript

Index: 71comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/71comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 71comp.h	21 May 2003 20:20:19 -0000	1.6
+++ 71comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -506,8 +506,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65529,	// mouseRel_x
-	65504,	// mouseRel_y
+	(int16) 65529,	// mouseRel_x
+	(int16) 65504,	// mouseRel_y
 	12,	// mouseSize_x
 	29,	// mouseSize_y
 	MEDI_ACTION,	// actionScript
@@ -730,8 +730,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65534,	// mouseRel_x
-	65533,	// mouseRel_y
+	(int16) 65534,	// mouseRel_x
+	(int16) 65533,	// mouseRel_y
 	380-370,	// mouseSize_x
 	283-267,	// mouseSize_y
 	SC71_CONTROLS_ACTION,	// actionScript
@@ -1512,7 +1512,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	380-370,	// mouseSize_x
 	266-248,	// mouseSize_y
@@ -1617,8 +1617,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
-	65534,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65534,	// mouseRel_y
 	300-268,	// mouseSize_x
 	231-224,	// mouseSize_y
 	SC71_RECHARGER_ACTION,	// actionScript

Index: 72comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/72comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 72comp.h	21 May 2003 20:20:19 -0000	1.6
+++ 72comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -185,8 +185,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65535,	// mouseRel_y
 	309-280,	// mouseSize_x
 	242-189,	// mouseSize_y
 	SC72_CHAMBERS_ACTION,	// actionScript
@@ -305,8 +305,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_y
 	331-277,	// mouseSize_x
 	283-254,	// mouseSize_y
 	SC72_TANK_ACTION,	// actionScript
@@ -1832,8 +1832,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
-	65530,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65530,	// mouseRel_y
 	183-165,	// mouseSize_x
 	236-221,	// mouseSize_y
 	SC72_COMPUTER_ACTION,	// actionScript
@@ -2272,8 +2272,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65528,	// mouseRel_x
-	65493,	// mouseRel_y
+	(int16) 65528,	// mouseRel_x
+	(int16) 65493,	// mouseRel_y
 	14,	// mouseSize_x
 	50,	// mouseSize_y
 	MEGA_ACTION,	// actionScript
@@ -2365,7 +2365,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	1,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_y
 	242-215,	// mouseSize_x
 	287-281,	// mouseSize_y
 	SC72_GRILL_ACTION,	// actionScript
@@ -2396,8 +2396,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65533,	// mouseRel_x
-	65534,	// mouseRel_y
+	(int16) 65533,	// mouseRel_x
+	(int16) 65534,	// mouseRel_y
 	249-220,	// mouseSize_x
 	242-189,	// mouseSize_y
 	SC72_CHAMBERS_ACTION,	// actionScript

Index: 73comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/73comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 73comp.h	21 May 2003 20:20:19 -0000	1.6
+++ 73comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -518,7 +518,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_x
 	1,	// mouseRel_y
 	32,	// mouseSize_x
 	16,	// mouseSize_y
@@ -1301,8 +1301,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
-	65532,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65532,	// mouseRel_y
 	410-401,	// mouseSize_x
 	271-247,	// mouseSize_y
 	SC73_SENSOR_ACTION,	// actionScript
@@ -1755,8 +1755,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65534,	// mouseRel_x
-	65533,	// mouseRel_y
+	(int16) 65534,	// mouseRel_x
+	(int16) 65533,	// mouseRel_y
 	253-224,	// mouseSize_x
 	238-188,	// mouseSize_y
 	SC73_CHAMBER4_ACTION,	// actionScript
@@ -2206,8 +2206,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65534,	// mouseRel_x
-	65533,	// mouseRel_y
+	(int16) 65534,	// mouseRel_x
+	(int16) 65533,	// mouseRel_y
 	307-278,	// mouseSize_x
 	238-188,	// mouseSize_y
 	SC73_CHAMBER5_ACTION,	// actionScript
@@ -2494,8 +2494,8 @@
 	SC73_BIG_DOOR_MOUSE_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
-	65528,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65528,	// mouseRel_y
 	398-380,	// mouseSize_x
 	298-205,	// mouseSize_y
 	SC73_BIG_DOOR_ACTION,	// actionScript

Index: 74comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/74comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 74comp.h	21 May 2003 20:20:19 -0000	1.6
+++ 74comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -1864,7 +1864,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65529,	// mouseRel_x
+	(int16) 65529,	// mouseRel_x
 	1,	// mouseRel_y
 	378-370,	// mouseSize_x
 	270-267,	// mouseSize_y
@@ -2995,8 +2995,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65534,	// mouseRel_x
-	65533,	// mouseRel_y
+	(int16) 65534,	// mouseRel_x
+	(int16) 65533,	// mouseRel_y
 	263-241,	// mouseSize_x
 	230-209,	// mouseSize_y
 	SC74_MONITORS_ACTION,	// actionScript
@@ -4160,8 +4160,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65534,	// mouseRel_x
-	65533,	// mouseRel_y
+	(int16) 65534,	// mouseRel_x
+	(int16) 65533,	// mouseRel_y
 	346-211,	// mouseSize_x
 	206-186,	// mouseSize_y
 	SC74_MONITORS_ACTION,	// actionScript
@@ -5625,8 +5625,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65532,	// mouseRel_x
-	65533,	// mouseRel_y
+	(int16) 65532,	// mouseRel_x
+	(int16) 65533,	// mouseRel_y
 	319-294,	// mouseSize_x
 	229-209,	// mouseSize_y
 	SC74_MONITORS_ACTION,	// actionScript

Index: 75comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/75comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 75comp.h	21 May 2003 20:20:19 -0000	1.6
+++ 75comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -97,8 +97,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65533,	// mouseRel_x
-	65532,	// mouseRel_y
+	(int16) 65533,	// mouseRel_x
+	(int16) 65532,	// mouseRel_y
 	313-286,	// mouseSize_x
 	244-211,	// mouseSize_y
 	SC75_CONSOLE_ACTION,	// actionScript
@@ -655,8 +655,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65527,	// mouseRel_x
-	65533,	// mouseRel_y
+	(int16) 65527,	// mouseRel_x
+	(int16) 65533,	// mouseRel_y
 	380-322,	// mouseSize_x
 	251-227,	// mouseSize_y
 	SC75_LIVE_TANK_ACTION,	// actionScript
@@ -794,7 +794,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_x
 	0,	// mouseRel_y
 	3,	// mouseSize_x
 	13,	// mouseSize_y
@@ -1188,7 +1188,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65533,	// mouseRel_x
+	(int16) 65533,	// mouseRel_x
 	2,	// mouseRel_y
 	283-207,	// mouseSize_x
 	307-257,	// mouseSize_y

Index: 76comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/76comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 76comp.h	21 May 2003 20:20:19 -0000	1.6
+++ 76comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -572,8 +572,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65528,	// mouseRel_x
-	65493,	// mouseRel_y
+	(int16) 65528,	// mouseRel_x
+	(int16) 65493,	// mouseRel_y
 	14,	// mouseSize_x
 	50,	// mouseSize_y
 	SHOUT_ACTION,	// actionScript
@@ -860,8 +860,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65534,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65534,	// mouseRel_y
 	365-355,	// mouseSize_x
 	254-251,	// mouseSize_y
 	SC76_BOARD_3_ACTION,	// actionScript
@@ -1147,8 +1147,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65534,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65534,	// mouseRel_y
 	257-247,	// mouseSize_x
 	254-251,	// mouseSize_y
 	SC76_BOARD_1_ACTION,	// actionScript
@@ -1211,7 +1211,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65528,	// mouseRel_x
+	(int16) 65528,	// mouseRel_x
 	0,	// mouseRel_y
 	238-216,	// mouseSize_x
 	243-204,	// mouseSize_y
@@ -1619,7 +1619,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	0,	// mouseRel_x
-	65534,	// mouseRel_y
+	(int16) 65534,	// mouseRel_y
 	312-302,	// mouseSize_x
 	254-251,	// mouseSize_y
 	SC76_BOARD_2_ACTION,	// actionScript
@@ -1989,8 +1989,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_y
 	261-244,	// mouseSize_x
 	265-245,	// mouseSize_y
 	SC76_CABINET_1_ACTION,	// actionScript
@@ -2145,7 +2145,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	1,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_y
 	370-356,	// mouseSize_x
 	265-245,	// mouseSize_y
 	SC76_CABINET_3_ACTION,	// actionScript

Index: 77comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/77comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 77comp.h	21 May 2003 20:20:19 -0000	1.6
+++ 77comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -448,7 +448,7 @@
 	SC77_BIG_DOOR_MOUSE_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65531,	// mouseRel_x
+	(int16) 65531,	// mouseRel_x
 	0,	// mouseRel_y
 	392-375,	// mouseSize_x
 	268-197,	// mouseSize_y

Index: 78comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/78comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 78comp.h	21 May 2003 20:20:19 -0000	1.6
+++ 78comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -241,7 +241,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	0,	// mouseRel_x
-	65530,	// mouseRel_y
+	(int16) 65530,	// mouseRel_y
 	405-386,	// mouseSize_x
 	308-262,	// mouseSize_y
 	SC78_SUPPORT_ACTION,	// actionScript

Index: 79comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/79comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 79comp.h	21 May 2003 20:20:19 -0000	1.6
+++ 79comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -553,7 +553,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65531,	// mouseRel_x
+	(int16) 65531,	// mouseRel_x
 	0,	// mouseRel_y
 	332-325,	// mouseSize_x
 	327-305,	// mouseSize_y
@@ -586,7 +586,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	0,	// mouseRel_x
-	65533,	// mouseRel_y
+	(int16) 65533,	// mouseRel_y
 	296-275,	// mouseSize_x
 	315-264,	// mouseSize_y
 	SC79_SUPPORT_ACTION,	// actionScript

Index: 80comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/80comp.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- 80comp.h	21 May 2003 20:20:19 -0000	1.5
+++ 80comp.h	9 Jun 2003 16:38:47 -0000	1.6
@@ -2788,7 +2788,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65531,	// mouseRel_x
+	(int16) 65531,	// mouseRel_x
 	25,	// mouseRel_y
 	239-231,	// mouseSize_x
 	235-162,	// mouseSize_y

Index: 90comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/90comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 90comp.h	21 May 2003 20:20:20 -0000	1.6
+++ 90comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -278,7 +278,7 @@
 	STD_EXIT_LEFT_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65531,	// mouseRel_x
+	(int16) 65531,	// mouseRel_x
 	26,	// mouseRel_y
 	9,	// mouseSize_x
 	102,	// mouseSize_y
@@ -629,8 +629,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_y
 	31,	// mouseSize_x
 	29,	// mouseSize_y
 	EYEBALL_90_ACTION,	// actionScript
@@ -725,7 +725,7 @@
 	0,	// mouseOn
 	0,	// mouseOff
 	0,	// mouseClick
-	65532,	// mouseRel_x
+	(int16) 65532,	// mouseRel_x
 	255-136,	// mouseRel_y
 	5,	// mouseSize_x
 	10,	// mouseSize_y
@@ -758,7 +758,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	0,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_y
 	18,	// mouseSize_x
 	4,	// mouseSize_y
 	OSCILLATOR_ACTION,	// actionScript

Index: 91comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/91comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 91comp.h	21 May 2003 20:20:20 -0000	1.6
+++ 91comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -41,8 +41,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_y
 	20,	// mouseSize_x
 	15,	// mouseSize_y
 	DECOMP_OBJ_ACTION,	// actionScript
@@ -344,7 +344,7 @@
 	0,	// mouseOn
 	0,	// mouseOff
 	0,	// mouseClick
-	65522,	// mouseRel_x
+	(int16) 65522,	// mouseRel_x
 	263-136,	// mouseRel_y
 	15,	// mouseSize_x
 	10,	// mouseSize_y
@@ -411,7 +411,7 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_x
 	0,	// mouseRel_y
 	16,	// mouseSize_x
 	15,	// mouseSize_y
@@ -1110,7 +1110,7 @@
 	STD_EXIT_LEFT_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65531,	// mouseRel_x
+	(int16) 65531,	// mouseRel_x
 	26,	// mouseRel_y
 	9,	// mouseSize_x
 	109,	// mouseSize_y
@@ -1257,8 +1257,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_y
 	31,	// mouseSize_x
 	29,	// mouseSize_y
 	EYEBALL_91_ACTION,	// actionScript
@@ -1378,8 +1378,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_y
 	25,	// mouseSize_x
 	12,	// mouseSize_y
 	DECRYPT_OBJ_ACTION,	// actionScript

Index: 92comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/92comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 92comp.h	21 May 2003 20:20:20 -0000	1.6
+++ 92comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -73,7 +73,7 @@
 	STD_EXIT_LEFT_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65531,	// mouseRel_x
+	(int16) 65531,	// mouseRel_x
 	26,	// mouseRel_y
 	9,	// mouseSize_x
 	153,	// mouseSize_y
@@ -796,7 +796,7 @@
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
 	0,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_y
 	28,	// mouseSize_x
 	6,	// mouseSize_y
 	RED_CIRCLE_ACTION,	// actionScript

Index: 93comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/93comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 93comp.h	21 May 2003 20:20:20 -0000	1.6
+++ 93comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -61,7 +61,7 @@
 	STD_EXIT_LEFT_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65531,	// mouseRel_x
+	(int16) 65531,	// mouseRel_x
 	26,	// mouseRel_y
 	9,	// mouseSize_x
 	109,	// mouseSize_y
@@ -158,7 +158,7 @@
 	0,	// mouseOn
 	0,	// mouseOff
 	0,	// mouseClick
-	65517,	// mouseRel_x
+	(int16) 65517,	// mouseRel_x
 	263-136,	// mouseRel_y
 	20,	// mouseSize_x
 	10,	// mouseSize_y
@@ -429,8 +429,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
-	65535,	// mouseRel_y
+	(int16) 65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_y
 	16,	// mouseSize_x
 	22,	// mouseSize_y
 	PERSONA_ACTION,	// actionScript

Index: 94comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/94comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 94comp.h	21 May 2003 20:20:20 -0000	1.6
+++ 94comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -624,7 +624,7 @@
 	STD_EXIT_UP_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65535,	// mouseRel_x
+	(int16) 65535,	// mouseRel_x
 	26,	// mouseRel_y
 	27,	// mouseSize_x
 	98,	// mouseSize_y

Index: 95comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/95comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 95comp.h	21 May 2003 20:20:20 -0000	1.6
+++ 95comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -987,7 +987,7 @@
 	STD_EXIT_LEFT_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65531,	// mouseRel_x
+	(int16) 65531,	// mouseRel_x
 	26,	// mouseRel_y
 	9,	// mouseSize_x
 	108,	// mouseSize_y
@@ -1019,7 +1019,7 @@
 	0,	// mouseOn
 	0,	// mouseOff
 	0,	// mouseClick
-	65526,	// mouseRel_x
+	(int16) 65526,	// mouseRel_x
 	263-136,	// mouseRel_y
 	15,	// mouseSize_x
 	10,	// mouseSize_y

Index: 96comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/96comp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 96comp.h	21 May 2003 20:20:20 -0000	1.6
+++ 96comp.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -782,7 +782,7 @@
 	STD_EXIT_LEFT_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	ADVISOR_188,	// mouseClick
-	65531,	// mouseRel_x
+	(int16) 65531,	// mouseRel_x
 	26,	// mouseRel_y
 	7,	// mouseSize_x
 	102,	// mouseSize_y

Index: lincmenu.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/lincmenu.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- lincmenu.h	21 May 2003 20:20:20 -0000	1.5
+++ lincmenu.h	9 Jun 2003 16:38:47 -0000	1.6
@@ -41,7 +41,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -73,7 +73,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -105,7 +105,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	INFO_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -137,7 +137,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	DECRYPT_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -219,7 +219,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -251,7 +251,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	DIS_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -283,7 +283,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	DOC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -315,7 +315,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	DOC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -347,7 +347,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -379,7 +379,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	DOC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -411,7 +411,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -443,7 +443,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -475,7 +475,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -507,7 +507,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -539,7 +539,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	JOIN_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -571,7 +571,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -652,7 +652,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -684,7 +684,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -716,7 +716,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -748,7 +748,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	DECOMP_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -780,7 +780,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	LINC_MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y

Index: objects.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/objects.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- objects.h	21 May 2003 20:20:20 -0000	1.5
+++ objects.h	9 Jun 2003 16:38:47 -0000	1.6
@@ -41,7 +41,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	0,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -73,7 +73,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -105,7 +105,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	CLICK_RIGHT_ARROW,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	29,	// mouseSize_x
 	24,	// mouseSize_y
@@ -142,7 +142,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -174,7 +174,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -206,7 +206,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	0,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -238,7 +238,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -270,7 +270,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -302,7 +302,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -334,7 +334,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	0,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -366,7 +366,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -408,7 +408,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	0,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -440,7 +440,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -472,7 +472,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -504,7 +504,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	0,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -536,7 +536,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -568,7 +568,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	CLICK_LEFT_ARROW,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	28,	// mouseSize_x
 	24,	// mouseSize_y
@@ -600,7 +600,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -632,7 +632,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -664,7 +664,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -696,7 +696,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	0,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -728,7 +728,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	0,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -760,7 +760,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	0,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -792,7 +792,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -824,7 +824,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -856,7 +856,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -888,7 +888,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	0,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -920,7 +920,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -952,7 +952,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -984,7 +984,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -1016,7 +1016,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -1048,7 +1048,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	0,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -1080,7 +1080,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -1112,7 +1112,7 @@
 	TOUCH_ARROW,	// mouseOn
 	UNTOUCH_ARROW,	// mouseOff
 	0,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -1144,7 +1144,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -1176,7 +1176,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y
@@ -1208,7 +1208,7 @@
 	TOUCH_MENU,	// mouseOn
 	UNTOUCH_MENU,	// mouseOff
 	MENU_SELECT,	// mouseClick
-	65534,	// mouseRel_x
+	(int16) 65534,	// mouseRel_x
 	0,	// mouseRel_y
 	24,	// mouseSize_x
 	24,	// mouseSize_y

Index: z_compac.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/z_compac.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- z_compac.h	21 May 2003 20:20:20 -0000	1.6
+++ z_compac.h	9 Jun 2003 16:38:47 -0000	1.7
@@ -1186,8 +1186,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65520,	// mouseRel_x
-	65488,	// mouseRel_y
+	(int16) 65520,	// mouseRel_x
+	(int16) 65488,	// mouseRel_y
 	32,	// mouseSize_x
 	48,	// mouseSize_y
 	MEGA_ACTION,	// actionScript
@@ -3396,8 +3396,8 @@
 	STD_ON,	// mouseOn
 	STD_OFF,	// mouseOff
 	MEGA_CLICK,	// mouseClick
-	65526,	// mouseRel_x
-	65520,	// mouseRel_y
+	(int16) 65526,	// mouseRel_x
+	(int16) 65520,	// mouseRel_y
 	20,	// mouseSize_x
 	25,	// mouseSize_y
 	SHOUT_ACTION,	// actionScript





More information about the Scummvm-git-logs mailing list