some spelling and inconsistency corrections; comments and elsewhere

This commit is contained in:
nhmall
2026-01-11 11:31:34 -05:00
parent c016367d8c
commit 6459d44461
17 changed files with 31 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ struct q_score { /* Quest "scorecard" */
Bitfield(killed_leader, 1); /* killed the quest leader */
Bitfield(first_locate, 1); /* only set the first time */
Bitfield(met_intermed, 1); /* used if the locate is a person. */
Bitfield(met_intermed, 1); /* used if the locate is a person */
Bitfield(got_final, 1); /* got the final quest assignment */
Bitfield(made_goal, 3); /* # of times on goal level */