This commit is contained in:
aozhiwei 2021-03-15 16:14:57 +08:00
parent 9038d84c3d
commit a0e55ca4a2

View File

@ -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();
} }