mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 10:59:48 +00:00
Finishing the replay button
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user