sezero / quakespasm

QuakeSpasm -- A modern, cross-platform Quake game engine based on FitzQuake.
https://sourceforge.net/projects/quakespasm/
GNU General Public License v2.0
244 stars 97 forks source link

Adjust Con_SafePrintf message size limit #106

Closed alexey-lysiuk closed 4 months ago

alexey-lysiuk commented 4 months ago

Con_SafePrintf uses the same message size limit as the rest of console output functions.

sezero commented 4 months ago

OK, applied.