- VS2017 needs more QA

This commit is contained in:
Magnus Norddahl 2018-11-04 03:37:01 +01:00
parent 5ea89ac1b6
commit 6baa8a47d2

View file

@ -52,7 +52,7 @@ void FLevel::CheckSkySectors()
{
char name[9];
bSkySectors.resize(Sectors.Size());
bSkySectors = std::vector<bool>(Sectors.Size()); // Most retarded way to resize ever, but Microsoft apparently broke std::vector<bool> in the latest update..
for (int i = 0; i < (int)Sectors.Size(); ++i)
{