1
1
forked from 0ad/0ad

ADD_TYPE macro: added the extra macro argument used by the code

This was SVN commit r352.
This commit is contained in:
Simon Brenner 2004-06-02 15:22:53 +00:00
parent 01e94151cf
commit e511599f8b

View File

@ -209,7 +209,7 @@ bool IGUIObject::SettingExists(const CStr &Setting) const
return (m_Settings.count(Setting) >= 1);
}
#define ADD_TYPE(type) \
#define ADD_TYPE(type, type_name) \
else \
if (set.m_Type == GUIST_##type) \
{ \