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

Modified Files:
	bitmaps.h 
Log Message:
Changed back to the old army icon, the new one was just too ugly.
Decreased step size of zoom keys.
Turned off the extra border redraws during cambot playback.
Added a little fudge factor to the planet resources by drawing them
all 1 pixel wider, this has a big impact on the quality of the graphics
as due to rounding, they tended to get squished.  Update the clear
routines accordingly.
Removed the army men/gas can/wrench from the unused art
section as they got used (well 2 of them did).
Added 2 pieces of art taken from gltrek.

Index: bitmaps.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/bitmaps.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- bitmaps.h	7 Apr 2007 05:17:38 -0000	1.17
+++ bitmaps.h	7 Apr 2007 11:35:26 -0000	1.18
@@ -176,8 +176,8 @@
 
 // Resources
 #define BMP_ARMYBMP 10
-#define BMP_ARMY_WIDTH 40
-#define BMP_ARMY_HEIGHT 120
+#define BMP_ARMY_WIDTH 10
+#define BMP_ARMY_HEIGHT 30
 #define BMP_WRENCHBMP 11
 #define BMP_WRENCH_WIDTH 120
 #define BMP_WRENCH_HEIGHT 40