Update of /cvsroot/netrek/client/netrekxp/include
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28207/include

Modified Files:
	proto.h 
Log Message:
Bug fix: Paradise team logos were not initiliazed before they were freed during game paramamter packet recepit.

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- proto.h	10 Jun 2009 23:25:44 -0000	1.74
+++ proto.h	1 Oct 2010 02:08:33 -0000	1.75
@@ -1136,6 +1136,7 @@
 void initialize_context (void);
 // Paradise handlers
 void build_default_configuration (void);
+void load_default_teamlogos (void);
 void load_default_teams (void);
 void initialize_thingies(void);
 void handlePacket32 (unsigned char *sbuf);