mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-02-17 09:34:27 +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 ) {
|
if( gender == GENDER_FEMALE ) {
|
||||||
message = "found her prox mine";
|
message = "found her prox mine";
|
||||||
} else if ( gender == GENDER_NEUTER ) {
|
} else if ( gender == GENDER_NEUTER ) {
|
||||||
message = "found it's prox mine";
|
message = "found its prox mine";
|
||||||
} else {
|
} else {
|
||||||
message = "found his prox mine";
|
message = "found his prox mine";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue