Remove unnecessary comment

This commit is contained in:
rexx 2022-12-22 21:45:39 +00:00
parent 3c3e1c46df
commit c4d23ebcc8

View File

@ -293,8 +293,7 @@ void Pak_ListTypes_f(const CCommand& args)
if (!type->m_szDescription)
continue;
// todo: make status into a string from an array/vector
DevMsg(eDLL_T::RTECH, "| %-4s | %-25s | %7i | %11i | %11i |\n", FourCCToString(type->m_nExtension).c_str(), type->m_szDescription, type->m_iVersion, type->m_iSubHeaderSize, type->m_iNativeClassSize);
nRegistered++;
}