dxx-rebirth/common
Kp 86b5427906 Fix -Wshadow warning in visited_segment_multibit_array_t::bitproxy_t
bitproxy_t inherits a method named `shift` and its constructor took a
parameter named `shift`.  This is unambiguous in the language, but causes
a warning from gcc's -Wshadow in gcc before 5.x.  Rename the parameter
to eliminate the warning.

Reported-by: Mako88 <https://github.com/dxx-rebirth/dxx-rebirth/issues/200>
2016-06-01 01:52:45 +00:00
..
2d Pass bm_mode to gr_init_bitmap 2016-05-28 17:31:27 +00:00
3d
arch Added breaks in event.cpp to prevent unwanted events if -nomouse and/or -nojoystick is given; Added automap_apply_input() to prevent multiple inputs per frame causing multiple movement applications. 2016-05-30 13:17:42 +02:00
editor
include Pass bm_mode to gr_init_bitmap 2016-05-28 17:31:27 +00:00
main Fix -Wshadow warning in visited_segment_multibit_array_t::bitproxy_t 2016-06-01 01:52:45 +00:00
maths
mem
misc
texmap
ui Remove UserError on unknown MED function 2016-04-03 17:50:42 +00:00