Compare commits
2 Commits
5bd858e1a5
...
6ad26bba8e
Author | SHA1 | Date | |
---|---|---|---|
6ad26bba8e | |||
|
a18d52e0c7 |
@ -267,6 +267,7 @@ namespace AxibugEmuOnline.Client.Manager
|
|||||||
App.log.Debug("创建房间成功");
|
App.log.Debug("创建房间成功");
|
||||||
Protobuf_Room_Create_RESP msg = ProtoBufHelper.DeSerizlize<Protobuf_Room_Create_RESP>(reqData);
|
Protobuf_Room_Create_RESP msg = ProtoBufHelper.DeSerizlize<Protobuf_Room_Create_RESP>(reqData);
|
||||||
mineRoomMiniInfo = msg.RoomMiniInfo;
|
mineRoomMiniInfo = msg.RoomMiniInfo;
|
||||||
|
InitRePlay();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -86,7 +86,7 @@ namespace AxibugEmuOnline.Client
|
|||||||
{
|
{
|
||||||
bool find = false;
|
bool find = false;
|
||||||
int currentSelect = SelectIndex;
|
int currentSelect = SelectIndex;
|
||||||
while (currentSelect >= 0)
|
while (currentSelect > 0)
|
||||||
{
|
{
|
||||||
currentSelect--;
|
currentSelect--;
|
||||||
if (m_runtimeMenuItems[currentSelect].Visible)
|
if (m_runtimeMenuItems[currentSelect].Visible)
|
||||||
|
Loading…
Reference in New Issue
Block a user