diff options
Diffstat (limited to 'src/fpsgame/game.h')
| -rw-r--r-- | src/fpsgame/game.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fpsgame/game.h b/src/fpsgame/game.h index 974f1f3..dadebd5 100644 --- a/src/fpsgame/game.h +++ b/src/fpsgame/game.h @@ -26,7 +26,6 @@ enum { // static entity types { PLAYERSTART, // attr1 = angle, attr2 = team PARTICLES = ET_PARTICLES, MAPSOUND = ET_SOUND, - SPOTLIGHT = ET_SPOTLIGHT, I_SHELLS, I_BULLETS, I_ROCKETS, I_ROUNDS, I_GRENADES, I_CARTRIDGES, I_HEALTH, I_BOOST, /**/I_TINYHEALTH, I_TINYARMOUR, @@ -510,7 +509,6 @@ namespace game { extern int respawnent; extern int following; extern int smoothmove, smoothdist; - extern bool clientoption(const char *arg); extern fpsent *getclient(int cn); extern fpsent *newclient(int cn); extern const char *colorname(fpsent *d, const char *name = NULL, const char *prefix = "", const char *suffix = "", const char *alt = NULL); @@ -613,7 +611,6 @@ namespace server { extern void forcegamespeed(int speed); extern void hashpassword(int cn, int sessionid, const char *pwd, char *result, int maxlen = MAXSTRLEN); extern int msgsizelookup(int msg); - extern bool serveroption(const char *arg); extern bool delayspawn(int type); } |
