forked from kyonshi/grenzland-mud
Actually ue typedefs for obj_data, char_data and descriptor_data.
Some linting in a couple of files. Massive commit...
This commit is contained in:
+2
-2
@@ -699,7 +699,7 @@ ACMD(do_mforce)
|
||||
}
|
||||
|
||||
if (!str_cmp(arg, "all")) {
|
||||
struct descriptor_data *i;
|
||||
descriptor_data *i;
|
||||
char_data *vch;
|
||||
|
||||
for (i = descriptor_list; i ; i = i->next) {
|
||||
@@ -1091,7 +1091,7 @@ ACMD(do_mdoor)
|
||||
ACMD(do_mfollow)
|
||||
{
|
||||
char buf[MAX_INPUT_LENGTH];
|
||||
struct char_data *leader;
|
||||
char_data *leader;
|
||||
struct follow_type *j, *k;
|
||||
|
||||
if (!MOB_OR_IMPL(ch)) {
|
||||
|
||||
Reference in New Issue
Block a user