1
This commit is contained in:
parent
9038d84c3d
commit
a0e55ca4a2
@ -2138,6 +2138,7 @@ void Room::NotifyGameStart()
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
&xtimer_attacher_.timer_list_);
|
&xtimer_attacher_.timer_list_);
|
||||||
|
#if 0
|
||||||
xtimer.AddDeadLineTimerAndAttach
|
xtimer.AddDeadLineTimerAndAttach
|
||||||
(SERVER_FRAME_RATE * 1,
|
(SERVER_FRAME_RATE * 1,
|
||||||
a8::XParams()
|
a8::XParams()
|
||||||
@ -2149,7 +2150,7 @@ void Room::NotifyGameStart()
|
|||||||
room->SecondRandPoint();
|
room->SecondRandPoint();
|
||||||
},
|
},
|
||||||
&xtimer_attacher_.timer_list_);
|
&xtimer_attacher_.timer_list_);
|
||||||
|
#endif
|
||||||
if (room_type_ == RT_NewBrid || room_type_ == RT_MidBrid) {
|
if (room_type_ == RT_NewBrid || room_type_ == RT_MidBrid) {
|
||||||
NewBieRoomStart();
|
NewBieRoomStart();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user