X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/4025195255323de684e16d0845717a4eee057366..dd5841348a50279de4398d21394930fbd2479f80:/gameserv/extern.h diff --git a/gameserv/extern.h b/gameserv/extern.h index a92bf72..d996a30 100644 --- a/gameserv/extern.h +++ b/gameserv/extern.h @@ -4,7 +4,7 @@ #define E extern #define LEVELS 12 // Levels in the game -#define REALLEVELS 9 // Levels to load from monsters.dat +#define REALLEVELS 12 // Levels to load from monsters.dat #define MONSTERS 12 // Monsters per level #include @@ -26,7 +26,8 @@ // Hash.cpp stuff start #define U_TABLE_SIZE 1999 -E unsigned long HASH(const unsigned char *name, int size_of_table); +E unsigned long sHASH(const unsigned char *name); +E unsigned long iHASH(const unsigned char *name); // hash.cpp stuff end @@ -63,7 +64,9 @@ E char *adminpass; E char *VERSION; E char *PACKAGE; E char *welcomemsg; +E char *ignoreserverslist; +E long configflags; E bool shuttingdown; E int welcomedelay; E int updateperiod;