Мелкие исправления

This commit is contained in:
2022-12-03 01:22:43 +03:00
parent 2e4a560f74
commit 7bd6275bac
3 changed files with 22 additions and 17 deletions

View File

@@ -185,7 +185,7 @@ int main() {
// b.zone = (short) abs(random() % 20);
// }
barrels[5] = makeBarrel(1, 10, 3);
barrels[5] = makeBarrel(1, 21, 3);
current_tic = 0;
const char* message = nullptr;