Small fixes for windows clang compile

This commit is contained in:
Manas Shah
2021-12-05 15:59:50 -08:00
parent a9860388b2
commit f760ef456c
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
// // // // // // //
void NjMonastryBossInstance::OnStartup(Entity *self) {
auto spawnerNames = std::vector { LedgeFrakjawSpawner, LowerFrakjawSpawner, BaseEnemiesSpawner + std::to_string(1),
auto spawnerNames = std::vector<std::string> { LedgeFrakjawSpawner, LowerFrakjawSpawner, BaseEnemiesSpawner + std::to_string(1),
BaseEnemiesSpawner + std::to_string(2), BaseEnemiesSpawner + std::to_string(3),
BaseEnemiesSpawner + std::to_string(4), CounterweightSpawner };