mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Remove #pragma optimize("", off) calls
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user