1
This commit is contained in:
parent
959b922454
commit
d0442a0d30
@ -678,6 +678,13 @@ void Incubator::StartNewBattleMode()
|
|||||||
if (room->IsGameOver()) {
|
if (room->IsGameOver()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
room->TraverseAliveHumanList
|
||||||
|
(
|
||||||
|
[selected_player] (Human* hum) -> bool
|
||||||
|
{
|
||||||
|
//selected_player = hum;
|
||||||
|
return true;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
&xtimer_attacher_);
|
&xtimer_attacher_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user