mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-04 19:36:43 +03:00
Redstone: Add wires, redstone torches, levers (incomplete) and repeaters
This commit is contained in:
@@ -43,6 +43,7 @@ void Options::_initDefaultValues()
|
||||
field_23E = 0;
|
||||
m_fMasterVolume = 1.0f;
|
||||
m_bFlyCheat = false;
|
||||
m_bFlyNoclip = false;
|
||||
field_241 = 0;
|
||||
field_8 = 0.5f;
|
||||
field_24C = 0;
|
||||
|
||||
@@ -116,6 +116,7 @@ public:
|
||||
bool m_bThirdPerson;
|
||||
uint8_t field_23E;
|
||||
bool m_bFlyCheat;
|
||||
bool m_bFlyNoclip;
|
||||
uint8_t field_240;
|
||||
uint8_t field_241;
|
||||
float field_244;
|
||||
|
||||
Reference in New Issue
Block a user