Erwan
-Issue 26: added an option for Mana Display. This needs a bit testing, but it should also lower the priority of "manapool slowness" as this mode probably fixes performance issue as well. -I can't seem to be able to "save" some options (hand position, mana display) ion the windows version, does this change break something ?
This commit is contained in:
@@ -249,4 +249,17 @@ private:
|
||||
static EnumDefinition * definition;
|
||||
};
|
||||
|
||||
class OptionManaDisplay : public OptionEnum {
|
||||
public:
|
||||
friend class GameSettings;
|
||||
enum { DYNAMIC = 0, STATIC = 1, BOTH = 2};
|
||||
OptionManaDisplay(int id, string displayValue);
|
||||
|
||||
static EnumDefinition * getDefinition();
|
||||
EnumDefinition * ourDefined() const { return getDefinition();};
|
||||
|
||||
private:
|
||||
static EnumDefinition * definition;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user