diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index e96227c..a176264 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -2138,6 +2138,7 @@ void Room::NotifyGameStart() } }, &xtimer_attacher_.timer_list_); +#if 0 xtimer.AddDeadLineTimerAndAttach (SERVER_FRAME_RATE * 1, a8::XParams() @@ -2149,7 +2150,7 @@ void Room::NotifyGameStart() room->SecondRandPoint(); }, &xtimer_attacher_.timer_list_); - +#endif if (room_type_ == RT_NewBrid || room_type_ == RT_MidBrid) { NewBieRoomStart(); }