fabiangreffrath / taradino

SDL2 port of Rise of the Triad
GNU General Public License v2.0
29 stars 8 forks source link

get rid of `GetPathFromEnvironment()` and `FixFilePath()` #34

Closed fabiangreffrath closed 1 year ago

fabiangreffrath commented 1 year ago

Entirely replace calls to the former with M_StringJoin().

The latter shouldn't even be required anymore. "Guessed" file paths will be stored with their actual case, all other file names are either passed by the user (and thus expected to be correctly cased) or generated internally (and thus keep their case).