]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/extern.h
Fixed a bug that allowed more than one person to register the same player name
[irc/gameservirc.git] / gameserv / extern.h
index cfdafba17d537fa6bbc82b8f935345a7135ec0ae..f5e33ddf186838e43fc6053ac3f06cf8493baab8 100644 (file)
@@ -33,7 +33,7 @@ E void load_day();
 E int sock;
 
 
-// Random configuration stuff
+/* config.cpp start */
 E int load_config_file(char *config = "gameserv.conf");
 E void unload_config_file();
 E char *s_GameServ;
@@ -62,6 +62,10 @@ E char *welcomemsg;
 E int welcomedelay;
 E int updateperiod;
 E int forestfights;
+E int maxafightdistance;
+E int maxbfightdistance;
+
+/* config.cpp end */
 
 E List<aClient> clients;
 E List<aClient> players;