Bunch of comment fixes

This commit is contained in:
Tequila 2014-03-13 02:20:54 +01:00
parent 0e6632f464
commit baca82d64e
17 changed files with 21 additions and 20 deletions

View file

@ -660,7 +660,7 @@ void FinishSpawningItem( gentity_t *ent ) {
ent->r.contents = CONTENTS_TRIGGER;
ent->touch = Touch_Item;
// useing an item causes it to respawn
// using an item causes it to respawn
ent->use = Use_Item;
if ( ent->spawnflags & 1 ) {