Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3675/include

Modified Files:
	bitmaps.h data.h 
Log Message:
Added a 2nd geno pic, randomly chooses which one to show on a geno.  Also added the geno pics for the rarer true genocide case (most of the time game ends by conquer not genocide)
Attempt to fix problem with ships at warp 0 being overdrawn by planet redraws.

Index: bitmaps.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/bitmaps.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- bitmaps.h	2 Jun 2006 21:06:54 -0000	1.11
+++ bitmaps.h	11 Jun 2006 20:53:52 -0000	1.12
@@ -83,6 +83,7 @@
 #define BMP_VSHIELD 17
 #define BMP_STIPPLE 22
 #define BMP_GENO 23
+#define BMP_GENO2 24
 
 #define BMP_SHIPEXPL_FRAMES 5
 #define BMP_SBEXPL_FRAMES 7

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- data.h	6 Jun 2006 19:50:38 -0000	1.30
+++ data.h	11 Jun 2006 20:53:52 -0000	1.31
@@ -244,7 +244,7 @@
 
 extern double Sin[], Cos[];
 
-extern W_Icon stipple, clockpic, clockhandpic, clockhandmask, genopic;
+extern W_Icon stipple, clockpic, clockhandpic, clockhandmask, genopic, genopic2;
 
 extern W_Icon base_expview;
 extern W_Icon expview[BMP_SHIPEXPL_FRAMES];