mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- fixed: weapon names were printed instead of ammo in Shadow Warrior
This commit is contained in:
parent
9a235bebb6
commit
d0c58b8e64
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ void LoadCustomInfoFromScript(const char *filename)
|
|||
{
|
||||
if (ammo)
|
||||
{
|
||||
quoteMgr.InitializeQuote(QUOTE_AMMOFIST + in, name);
|
||||
quoteMgr.InitializeQuote(QUOTE_AMMOFIST + in, ammo);
|
||||
}
|
||||
if (pickup >= 0) DamageData[id].ammo_pickup = pickup;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue