sdlayer.c: formatting of preprocessor lines

git-svn-id: https://svn.eduke32.com/eduke32@2253 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-01-12 20:49:15 +00:00
parent 9617227a87
commit 300fee62da

View file

@ -1181,7 +1181,7 @@ int32_t setvideomode(int32_t x, int32_t y, int32_t c, int32_t fs)
} }
else else
pr_ati_fboworkaround = 0; pr_ati_fboworkaround = 0;
#endif # endif // defined POLYMER
glinfo.maxanisotropy = 1.0; glinfo.maxanisotropy = 1.0;
glinfo.bgra = 0; glinfo.bgra = 0;
@ -1296,7 +1296,7 @@ int32_t setvideomode(int32_t x, int32_t y, int32_t c, int32_t fs)
bpp = oldbpp; bpp = oldbpp;
} }
} }
#endif #endif // defined USE_OPENGL
xres = x; xres = x;
yres = y; yres = y;