mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 12:32:09 +00:00
Brace for incoming grammar fix by DevHC!
This commit is contained in:
parent
956c9a262a
commit
f5759d3c68
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue