mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
* Add option to split controls
This commit is contained in:
@@ -61,6 +61,7 @@ void Options::_initDefaultValues()
|
||||
m_bBlockOutlines = false;
|
||||
m_bFancyGrass = false;
|
||||
m_bBiomeColors = false;
|
||||
m_bSplitControls = false;
|
||||
field_19 = 1;
|
||||
|
||||
// Win32 key codes are being used by default
|
||||
|
||||
@@ -128,6 +128,7 @@ public:
|
||||
bool m_bBlockOutlines;
|
||||
bool m_bFancyGrass;
|
||||
bool m_bBiomeColors;
|
||||
bool m_bSplitControls;
|
||||
|
||||
public:
|
||||
struct Option
|
||||
|
||||
Reference in New Issue
Block a user