john is running correctly

This commit is contained in:
Bluub
2021-06-19 02:21:10 +02:00
parent 00f9931a8b
commit 1b64d3ed38
4 changed files with 23042 additions and 7 deletions
@@ -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);