DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.73k stars 231 forks source link

Fix DedicatedServerPrintf_fp definition #434

Closed MaddTheSane closed 2 weeks ago

MaddTheSane commented 3 weeks ago

Pull Request Type

Description

Fix DedicatedServerPrintf_fp to actually match the definition of PrintDedicatedMessage. This also quiets three warnings about "ISO C++11 does not allow conversion from string literal to 'char *'"

Checklist