Erase unused variable following 77b81d8761, clean two stray includes from c19f3608a5.

Confess a wrong word in a comment in c9c82d9daf and a typo in a comment
in 9985fcf5bd.

Differential Revision: https://code.wildfiregames.com/D2203
This was SVN commit r22720.
This commit is contained in:
elexis
2019-08-20 10:51:29 +00:00
parent 23e742f13c
commit e82d0867b2
5 changed files with 8 additions and 36 deletions
+1 -1
View File
@@ -989,7 +989,7 @@ void CGUI::Xeromyces_ReadSprite(XMBElement Element, CXeromyces* pFile)
if (m_Sprites.find(name) != m_Sprites.end())
LOGWARNING("GUI sprite name '%s' used more than once; first definition will be discarded", name.c_str());
// shared_ptr to link the effect to every sprite, faster than copy.
// shared_ptr to link the effect to every image, faster than copy.
std::shared_ptr<SGUIImageEffects> effects;
for (XMBElement child : Element.GetChildNodes())