FWGS / xash3d-fwgs

Xash3D FWGS engine.
1.5k stars 225 forks source link

C99 migration, boring refactorings #1398

Open a1batross opened 1 year ago

a1batross commented 1 year ago

I don't think anything stops us from migrating to proper C99.

At least we get designated initializers (which I think I already used somewhere in the engine, but can't remember where) and finally use __func__.

SNMetamorph commented 1 year ago

Oh, It finally happened 🎉

mittorn commented 1 year ago

What you give: uncounted legacy compiler support What you'll get: {._=0;}