mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-06 03:12:01 +00:00
john is running correctly
This commit is contained in:
@@ -46,7 +46,7 @@ namespace BBM
|
||||
int dangerLevel = std::chrono::duration_cast<std::chrono::seconds>(ringIn).count();
|
||||
if (dangerLevel == 0)
|
||||
dangerLevel = 1;
|
||||
std::cout << "bomb: " <<bombPos << std::endl << std::flush;
|
||||
_luamap._map[bombPos.z][bombPos.x] = 10;
|
||||
_luamap._danger[bombPos.z][bombPos.x] = dangerLevel;
|
||||
for (auto i = 1; i < radius; i++) {
|
||||
pos = bombPos - Vector3f(i, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user