Remove #pragma optimize("", off) calls

This commit is contained in:
Asdow
2024-12-01 21:17:23 +02:00
parent bfb724eab9
commit 1013531a7f
5 changed files with 7 additions and 10 deletions
+3 -2
View File
@@ -5399,7 +5399,8 @@ void SetScopeMode( INT32 usMapPos )
ManLooksForOtherTeams( gusSelectedSoldier );
}
}
#pragma optimize("", off)
void ObliterateSector()
{
INT32 cnt;
@@ -5433,7 +5434,7 @@ void ObliterateSector()
}
}
}
#pragma optimize("", on)
void RandomizeMercProfile()
{