dxx-rebirth/similar
Kp 425b78b8a6 Fix clang build failure on flicker_timer_disabled
clang rejects 0x80000000 as a non-type template argument of type `int`
due to narrowing.  Use `INT32_MIN` instead, which has the same numeric
value, and should be accepted without requiring narrowing.

Reported-by: Havner <https://github.com/dxx-rebirth/dxx-rebirth/issues/353>
Fixes: 88832e3679 ("Use constexpr integral_constant for various magic numbers")
2017-11-07 00:44:59 +00:00
..
2d Use constexpr integral_constant for various magic numbers 2017-10-14 17:10:30 +00:00
3d Use constexpr integral_constant for various magic numbers 2017-10-14 17:10:30 +00:00
arch Convert various gr_set_current_canvas calls to reference form 2017-11-05 20:49:08 +00:00
editor Remove write-only Seg_scale 2017-11-05 20:49:09 +00:00
main Fix clang build failure on flicker_timer_disabled 2017-11-07 00:44:59 +00:00
misc Move various SDL-only scanline functions to !DXX_USE_OGL 2017-11-01 02:01:20 +00:00