Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32534/include
Modified Files:
proto.h
Log Message:
Adds weaponsOnMap functionality. Mirrors how xsg handles weapons,
though also adds support for plasmas and torp/plasma explosions.
Sets up clearzones similiar to how local() does it. Also adds several
checkRedraw() checks so planets don't get overwritten.
Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- proto.h 16 Mar 2007 01:44:23 -0000 1.39
+++ proto.h 17 Mar 2007 22:40:02 -0000 1.40
@@ -457,7 +457,8 @@
static inline void mplanetResourcesC (register struct planet *p, int destwidth,
int destheight, int dx, int dy, W_Window window);
//static void DrawPlanets();
-void map (void);
+inline void map (void);
+inline void clearMap (void);
/******************************************************************************/
/*** mswindow.c