Definition cleanup

Removed a few ghost definitions
Adjusted some definitions to use the same types

Related to #1738
This commit is contained in:
Lemongrass3110
2016-11-26 20:34:55 +01:00
parent 82675d86d0
commit c88ca4432d
23 changed files with 19 additions and 53 deletions

View File

@@ -3095,7 +3095,7 @@ int set_reg(struct script_state* st, TBL_PC* sd, int64 num, const char* name, co
}
}
int set_var(TBL_PC* sd, char* name, void* val)
int set_var(struct map_session_data* sd, char* name, void* val)
{
return set_reg(NULL, sd, reference_uid(add_str(name),0), name, val, NULL);
}