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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user