summaryrefslogtreecommitdiff
path: root/games/hunt/huntd/conf.h
blob: 0bf6f742597756a431fb7d7d5890651e6d60d696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/*	$OpenBSD: conf.h,v 1.5 2003/06/17 00:36:40 pjanzen Exp $	*/
/*	David Leonard <d@openbsd.org>, 1999.  Public domain.	*/

/* Configuration option variables for the server: */

extern int conf_random;
extern int conf_reflect;
extern int conf_monitor;
extern int conf_ooze;
extern int conf_fly;
extern int conf_volcano;
extern int conf_drone;
extern int conf_boots;
extern int conf_scan;
extern int conf_cloak;
extern int conf_logerr;
extern int conf_syslog;

extern int conf_scoredecay;
extern int conf_maxremove;
extern int conf_linger;

extern int conf_flytime;
extern int conf_flystep;
extern int conf_volcano_max;
extern int conf_ptrip_face;
extern int conf_ptrip_back;
extern int conf_ptrip_side;
extern int conf_prandom;
extern int conf_preflect;
extern int conf_pshot_coll;
extern int conf_pgren_coll;
extern int conf_pgren_catch;
extern int conf_pmiss;
extern int conf_pdroneabsorb;
extern int conf_fall_frac;

extern int conf_bulspd;
extern int conf_ishots;
extern int conf_nshots;
extern int conf_maxncshot;
extern int conf_maxdam;
extern int conf_mindam;
extern int conf_stabdam;
extern int conf_killgain;
extern int conf_slimefactor;
extern int conf_slimespeed;
extern int conf_lavaspeed;
extern int conf_cloaklen;
extern int conf_scanlen;
extern int conf_mindshot;
extern int conf_simstep;

void config(void);
void config_arg(char *);