mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 21:31:03 +00:00
- correct typo in Blood text string because I'm OCD like that.
This commit is contained in:
parent
ddd30e742c
commit
a3dfa58662
1 changed files with 1 additions and 1 deletions
|
@ -1552,7 +1552,7 @@ void trPlayerCtrlGiveStuff(XSPRITE* pXSource, PLAYER* pPlayer, TRPLAYERCTRL* pCt
|
||||||
consoleSysMsg("Weapon #%d is out of a weapons range!");
|
consoleSysMsg("Weapon #%d is out of a weapons range!");
|
||||||
break;
|
break;
|
||||||
} else if (pXSource->data2 == 2 && pXSource->data4 == 0) {
|
} else if (pXSource->data2 == 2 && pXSource->data4 == 0) {
|
||||||
consoleSysMsg("Zero ammo for weapon #%d is specyfied!");
|
consoleSysMsg("Zero ammo for weapon #%d is specified!");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
switch (weapon) {
|
switch (weapon) {
|
||||||
|
|
Loading…
Reference in a new issue