IOQ3 commit 2202

This commit is contained in:
Richard Allen 2012-01-13 17:20:39 +00:00
parent 7cf38eb836
commit 663558fbb5
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ void SP_trigger_hurt(gentity_t * self)
self->damage = 5; self->damage = 5;
} }
self->r.contents = CONTENTS_TRIGGER; //self->r.contents = CONTENTS_TRIGGER;
//Makro - custom death message //Makro - custom death message
G_InitCustomDeathMessage(self, &self->methodOfDeath); G_InitCustomDeathMessage(self, &self->methodOfDeath);