TU43 Release 2
+ Added Magma Block, Nether Wart Block, Bone Block, End Stone Block + All Beetroot Items + Polar Bear (excluding audio) + / now opens chat for commands
This commit is contained in:
@@ -33,6 +33,15 @@ ChatScreen::ChatScreen()
|
||||
ChatScreen::s_chatIndex = 0;
|
||||
}
|
||||
|
||||
ChatScreen::ChatScreen(const wstring &initialMessage)
|
||||
{
|
||||
frame = 0;
|
||||
message = initialMessage;
|
||||
cursorIndex = static_cast<int>(message.length());
|
||||
s_historyIndex = -1;
|
||||
ChatScreen::s_chatIndex = 0;
|
||||
}
|
||||
|
||||
void ChatScreen::init()
|
||||
{
|
||||
Keyboard::enableRepeatEvents(true);
|
||||
|
||||
Reference in New Issue
Block a user