Update of /cvsroot/netrek/client/netrekxp/include
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19465/include

Modified Files:
	data.h 
Log Message:
Remove JUBILEE_PHASER define.  No idea why this was ever a define.
Also, the code in local.c for the case where JUBILEE_PHASER was not
defined lacked handling of case PHHIT2.

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- data.h	9 Jun 2009 00:16:36 -0000	1.116
+++ data.h	9 Jun 2009 00:28:10 -0000	1.117
@@ -163,10 +163,7 @@
 
 extern int showMySpeed;
 extern int showOtherSpeed;
-
-#ifdef JUBILEE_PHASERS
 extern int colorfulPhasers;
-#endif
 
 extern int why_dead;
 extern int tryShort, tryShort1;