Brace for incoming grammar fix by DevHC!

This commit is contained in:
Thilo Schulz 2011-02-09 00:32:11 +00:00
parent 956c9a262a
commit f5759d3c68

View file

@ -188,7 +188,7 @@ static void CG_Obituary( entityState_t *ent ) {
if( gender == GENDER_FEMALE ) {
message = "found her prox mine";
} else if ( gender == GENDER_NEUTER ) {
message = "found it's prox mine";
message = "found its prox mine";
} else {
message = "found his prox mine";
}