Comment fixes, clarification, and warning cleanup. (thanks Kyle) --Rumble

This commit is contained in:
Rumble
2011-08-25 02:35:28 +00:00
parent 39ed48f03c
commit 6240083445
16 changed files with 37 additions and 51 deletions

View File

@@ -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;