dxx-rebirth/similar
Kp 8e76a5a064 Avoid gcc snprintf truncation warning in net_udp.cpp
gcc computes a potential value range for game times as [0, 1092] instead
of the [0, 50] that the game uses.  This could be reasonable as the code
was before, but even adding an explicit range check before the usage
does not eliminate the warning.  Avoid the warning by increasing the
size of the buffer to avoid truncation even if the value were 1092.
2020-12-27 22:03:09 +00:00
..
2d Move GammaLevel to CCfg 2020-12-27 22:03:09 +00:00
3d Remove unnecessary definitions of static member variables 2020-12-27 22:03:09 +00:00
arch Change PHYSFS_removeFromSearchPath to PHYSFS_unmount 2020-12-27 22:03:09 +00:00
editor Simplify info_display_default 2020-12-27 22:03:09 +00:00
main Avoid gcc snprintf truncation warning in net_udp.cpp 2020-12-27 22:03:09 +00:00
misc Change PHYSFS_removeFromSearchPath to PHYSFS_unmount 2020-12-27 22:03:09 +00:00