mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 04:50:42 +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!");
|
||||
break;
|
||||
} 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;
|
||||
}
|
||||
switch (weapon) {
|
||||
|
|
Loading…
Reference in a new issue