mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-03-03 15:21:19 +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);
|
check.Item = CheckInventoryActorType(key);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case NAME_Count:
|
case NAME_Amount:
|
||||||
// Not yet implemented in the engine. Todo later
|
|
||||||
check.Amount = CheckInt(key);
|
check.Amount = CheckInt(key);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue