2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 05:12:05 +00:00

chore: use auto instead of repeated types

This commit is contained in:
Jan Laupetin
2025-11-09 22:09:06 +01:00
parent e9e0c7f511
commit 9471cbc1f4
9 changed files with 47 additions and 47 deletions

View File

@@ -259,7 +259,7 @@ namespace BSP
}
}
std::unique_ptr<BSPData> bsp = std::make_unique<BSPData>();
auto bsp = std::make_unique<BSPData>();
bsp->name = mapName;
bsp->bspName = "maps/mp/" + mapName + ".d3dbsp";