mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 01:33:38 +00:00
GUI Update. Mostly with Input Control Beta :)
This was SVN commit r1904.
This commit is contained in:
@@ -224,10 +224,10 @@ bool IGUIObject::SettingExists(const CStr& Setting) const
|
||||
if (!GUI<type>::ParseString(Value, _Value)) \
|
||||
return PS_FAIL; \
|
||||
\
|
||||
GUI<type>::SetSetting(this, Setting, _Value); \
|
||||
GUI<type>::SetSetting(this, Setting, _Value, SkipMessage); \
|
||||
}
|
||||
|
||||
PS_RESULT IGUIObject::SetSetting(const CStr& Setting, const CStr& Value)
|
||||
PS_RESULT IGUIObject::SetSetting(const CStr& Setting, const CStr& Value, const bool& SkipMessage)
|
||||
{
|
||||
if (!SettingExists(Setting))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user