1
This commit is contained in:
parent
e1a384aae8
commit
1f1b1e596a
@ -46,7 +46,7 @@ namespace mtb
|
|||||||
std::string boss_;
|
std::string boss_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
std::bitset<9> __flags__;
|
std::bitset<10> __flags__;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -20,8 +20,10 @@ SandTable::SandTable(Room* room): room_(room)
|
|||||||
{
|
{
|
||||||
if (a8::TIMER_EXEC_EVENT == event) {
|
if (a8::TIMER_EXEC_EVENT == event) {
|
||||||
room->LockRoom();
|
room->LockRoom();
|
||||||
|
#if 0
|
||||||
room->CombineTeam();
|
room->CombineTeam();
|
||||||
room->FillTeam();
|
room->FillTeam();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
&room->xtimer_attacher_);
|
&room->xtimer_attacher_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user