Finishing the replay button

This commit is contained in:
Zoe Roux
2021-06-17 22:31:21 +02:00
parent a886b50239
commit d424c07744
17 changed files with 59 additions and 64 deletions
@@ -158,6 +158,9 @@ namespace BBM
auto &bombHolder = entity.get<BombHolderComponent>();
MapInfo player(pos.position, MapGenerator::NOTHING);
if (controllable.disabled)
return;
UpdateMapInfos(entity);
ia._state.getGlobal("Update");