mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove unnecessary comment
This commit is contained in:
parent
3c3e1c46df
commit
c4d23ebcc8
@ -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++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user