Wad Map Converter: Use de::Str instead of static ddstring_s
This avoids compiler warnings about missing initializersand is more future-proof (as we're planning to make ddstringan opaque object at some point).
View differences
Wad Map Converter: Use de::Str instead of static ddstring_s
This avoids compiler warnings about missing initializers
and is more future-proof (as we're planning to make ddstring
an opaque object at some point).