ericwa / Quakespasm

unofficial mirror of QuakeSpasm SVN with branches for stuff I'm working on
http://quakespasm.sourceforge.net
62 stars 69 forks source link

Turb surface flags may be wrong for their contents type #14

Open mhQuake opened 3 years ago

mhQuake commented 3 years ago

In Mod_LoadFaces at https://github.com/ericwa/Quakespasm/blob/master/quakespasm/Quake/gl_model.c#L1240 compare with QBSP at https://github.com/id-Software/Quake-Tools/blob/master/qutils/QBSP/BRUSH.C#L728 - QBSP does a case-insensitive name match, and so should the engine, otherwise surface flags may be wrong for their contents type.