dxx-rebirth/similar
Kp 2b29f91edc Convert various PHYSFSX_printf to PHYSFSX_puts_literal
clang-12 warns when the format string checking logic indexes off the end
of a very short format string to PHYSFSX_printf.  In each case, the call
had no variadic arguments, so it can be switched to PHYSFSX_puts_literal
to make the code simpler and eliminate the warning.
2021-08-26 03:13:46 +00:00
..
2d Move use of SQUARE into a helper 2021-08-26 03:13:45 +00:00
3d Move glow special-case above g3_check_normal_facing 2021-08-26 03:13:45 +00:00
arch Avoid double-scaling sounds at start time 2021-06-28 03:37:51 +00:00
editor Move render_frame helper inline 2021-08-26 03:13:45 +00:00
main Convert various PHYSFSX_printf to PHYSFSX_puts_literal 2021-08-26 03:13:46 +00:00
misc Improve error reporting for PHYSFSX_openWriteBuffered 2021-07-25 23:00:56 +00:00