mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 06:53:40 +00:00
Fix IfItem amount not being checked (#1262)
This commit is contained in:
parent
e917cd0a2c
commit
7db7b0c7e6
1 changed files with 1 additions and 2 deletions
|
@ -294,8 +294,7 @@ class USDFParser : public UDMFParserBase
|
|||
check.Item = CheckInventoryActorType(key);
|
||||
break;
|
||||
|
||||
case NAME_Count:
|
||||
// Not yet implemented in the engine. Todo later
|
||||
case NAME_Amount:
|
||||
check.Amount = CheckInt(key);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue