We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1970cc2 commit 773622aCopy full SHA for 773622a
src/xrGame/ui/UIOptionsItem.h
@@ -25,8 +25,8 @@ class CUIOptionsItem
25
static CUIOptionsManager* GetOptionsManager() { return &m_optionsManager; }
26
virtual void OnMessage(LPCSTR message);
27
28
- virtual void SetCurrentOptValue() = 0; // opt->current
29
- virtual void SaveBackUpOptValue() = 0; // current->backup
+ virtual void SetCurrentOptValue() {} // opt->current
+ virtual void SaveBackUpOptValue() {} // current->backup
30
virtual void SaveOptValue() = 0; // current->opt
31
virtual void UndoOptValue() = 0; // backup->current
32
virtual bool IsChangedOptValue() const = 0; // backup!=current
0 commit comments