mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-02 11:00:17 +01:00
Comment fixes, clarification, and warning cleanup. (thanks Kyle) --Rumble
This commit is contained in:
parent
39ed48f03c
commit
6240083445
16 changed files with 37 additions and 51 deletions
|
|
@ -1474,7 +1474,7 @@ char *strpaste(char *str1, char *str2, char *joiner)
|
|||
void new_affect(struct affected_type *af)
|
||||
{
|
||||
int i;
|
||||
af->type = 0;
|
||||
af->spell = 0;
|
||||
af->duration = 0;
|
||||
af->modifier = 0;
|
||||
af->location = APPLY_NONE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue