uncommented code

This commit is contained in:
h4570
2022-08-18 23:55:23 +02:00
parent 3817eadc14
commit 1456a79135
4 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ EnemyManager::EnemyManager(Engine* engine, const Heightmap& heightmap) {
auto* sample = engine->audio.adpcm.load(
FileUtils::fromCwd("game/models/zombie/punch.adpcm"));
const int enemyCount = 1;
const int enemyCount = 5;
for (int i = 0; i < enemyCount; i++) {
EnemyInfo info;
info.adpcmChannel = 9 + i;