mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-03-03 07:11:28 +00:00
Fix IfItem amount not being checked (#1262)
This commit is contained in:
parent
0f62bdd99e
commit
8d28db3419
1 changed files with 1 additions and 2 deletions
|
@ -293,8 +293,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