small cleanup

This commit is contained in:
h4570
2022-08-17 01:02:57 +02:00
parent fea2398699
commit 2e41332dca
9 changed files with 37 additions and 29 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 = 10;
const int enemyCount = 1;
for (int i = 0; i < enemyCount; i++) {
EnemyInfo info;
info.adpcmChannel = 9 + i;