mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 10:31:45 +01:00
Addressed several compiler warnings.
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#ifndef _CONFIG_H_
|
||||
#define _CONFIG_H_
|
||||
|
||||
#ifndef __CONFIG_C__
|
||||
/* Global variable declarations, all settable by cedit */
|
||||
extern int pk_allowed;
|
||||
extern int script_players;
|
||||
@@ -89,6 +88,4 @@ extern int auto_pwipe;
|
||||
extern struct pclean_criteria_data pclean_criteria[];
|
||||
extern int selfdelete_fastwipe;
|
||||
|
||||
#endif /* __CONFIG_C__ */
|
||||
|
||||
#endif /* _CONFIG_H_*/
|
||||
|
||||
Reference in New Issue
Block a user