forked from kyonshi/grenzland-mud
Addressed several compiler warnings.
This commit is contained in:
@@ -172,7 +172,7 @@ struct spec_func_data {
|
||||
SPECIAL(*func);
|
||||
};
|
||||
|
||||
struct spec_func_data spec_func_list[] = {
|
||||
static struct spec_func_data spec_func_list[] = {
|
||||
{"Mayor", mayor },
|
||||
{"Snake", snake },
|
||||
{"Thief", thief },
|
||||
|
||||
Reference in New Issue
Block a user