diff --git a/src/maploader/usdf.cpp b/src/maploader/usdf.cpp index 0aae1186c..05eb50f88 100644 --- a/src/maploader/usdf.cpp +++ b/src/maploader/usdf.cpp @@ -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; }