Changed skin options saving

Skin options are now written post-load only when an option has changed or when common keys are missing
This commit is contained in:
Birunthan Mohanathas
2012-06-01 14:55:25 +03:00
parent c26c7e3a5e
commit dac6303c1a
2 changed files with 72 additions and 74 deletions

View File

@ -323,7 +323,7 @@ private:
void Update(bool refresh);
void UpdateWindow(int alpha, bool reset);
void ReadOptions();
void WriteConfig(INT setting = SETTING_ALL);
void WriteOptions(INT setting = SETTING_ALL);
bool ReadSkin();
void InitializeMeasures();
void InitializeMeters();