Jeck - Quick fix to issue 198, options loading. Unknown options are now preserved: this should prevent any future options lossage... assuming the file loads properly.
This commit is contained in:
@@ -163,6 +163,7 @@ class GameOptions {
|
||||
|
||||
private:
|
||||
vector<GameOption*> values;
|
||||
vector<string> unknown;
|
||||
};
|
||||
|
||||
class GameSettings{
|
||||
|
||||
Reference in New Issue
Block a user