diff --git a/src/p_usdf.cpp b/src/p_usdf.cpp index 01cd6bed3..354131da8 100644 --- a/src/p_usdf.cpp +++ b/src/p_usdf.cpp @@ -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; }