Add player view rectangle option

This commit is contained in:
Marcus Huderle
2019-01-08 18:04:48 -06:00
parent 3f88072981
commit 4d088766a0
13 changed files with 115 additions and 11 deletions

View File

@@ -10,6 +10,7 @@ public:
bool smartPathsEnabled;
bool betterCursors;
QCursor mapCursor;
bool playerViewRectEnabled;
};
#endif // SETTINGS_H