1
This commit is contained in:
parent
6995c93b09
commit
583a83d013
@ -2878,19 +2878,14 @@ void Room::ShuaLastGas()
|
|||||||
|
|
||||||
bool Room::IsMiniRoom()
|
bool Room::IsMiniRoom()
|
||||||
{
|
{
|
||||||
#if 0
|
#if 1
|
||||||
if (GetRoomType() == RT_NewBrid ||
|
|
||||||
GetRoomType() == RT_MidBrid) {
|
|
||||||
if (a8::BetweenDays(Global::g_nowtime, creator_register_time_) > 0) {
|
|
||||||
return false;
|
return false;
|
||||||
}
|
#else
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return
|
return
|
||||||
GetRoomType() == RT_NewBrid ||
|
GetRoomType() == RT_NewBrid ||
|
||||||
GetRoomType() == RT_MidBrid ||
|
GetRoomType() == RT_MidBrid ||
|
||||||
GetRoomType() == RT_OldBrid1;
|
GetRoomType() == RT_OldBrid1;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t Room::GetRoomMaxPlayerNum()
|
size_t Room::GetRoomMaxPlayerNum()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user