svkaiser / Doom64EX

Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as possible with additional modding features.
http://doom64ex.wordpress.com/
GNU General Public License v2.0
239 stars 49 forks source link

Fix crash on unmaker pickup #28

Closed alexey-lysiuk closed 8 years ago

alexey-lysiuk commented 8 years ago

This fixes the problem reported in alexey-lysiuk/doom64ex-osx-build#3 The way CON_Printf() is handling messages percent character must be escaped twice, i.e. %%%% is needed to print the single percent character

pinkwah commented 8 years ago

Thanks. I fixed the problem at its root instead. I'm not sure if I covered every possibility of badly formatted strings, but at least this particular problem is fixed.