- correct typo in Blood text string because I'm OCD like that.

This commit is contained in:
Mitchell Richters 2020-08-05 23:17:57 +10:00
parent ddd30e742c
commit a3dfa58662

View file

@ -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) {