Browse Source

fix vs2019 release builds (#973)

pull/977/head
qndel 5 years ago committed by GitHub
parent
commit
cf2b2aad6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Source/drlg_l3.cpp

4
Source/drlg_l3.cpp

@ -1970,6 +1970,10 @@ void FenceDoorFix()
static void DRLG_L3Wood()
{
#if (_MSC_VER >= 1920)
volatile // visual studio 2019 throws internal compiler error without it, see #708
#endif
int i, j, x, y, xx, yy, rt, rp, x1, y1, x2, y2;
BOOL skip;

Loading…
Cancel
Save