mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Change i++ to ++i
This commit is contained in:
@@ -1820,7 +1820,7 @@ std::string GenericCAO::debugInfoText()
|
||||
os<<"GenericCAO hp="<<m_hp<<"\n";
|
||||
os<<"armor={";
|
||||
for(ItemGroupList::const_iterator i = m_armor_groups.begin();
|
||||
i != m_armor_groups.end(); i++)
|
||||
i != m_armor_groups.end(); ++i)
|
||||
{
|
||||
os<<i->first<<"="<<i->second<<", ";
|
||||
}
|
||||
|
Reference in New Issue
Block a user