dxx-rebirth/similar
Kp 8159edd101 Use &a[i], not (a+i), to access multibuf
(a+i) form assumes that a can be used as the left hand side of
operator+().  This is true for pointers, and for C arrays that degrade
into pointers, but not for C++ std::array.  Switch to the explicit
syntax.

    git grep -lz 'multibuf+' | xargs -0 sed -i -e 's/(\s*multibuf\s*+\s*\(\w\+\),/(\&multibuf[\1],/g'
2017-08-11 23:43:53 +00:00
..
2d Pass grs_bitmap to gr_pixel 2017-03-11 19:56:23 +00:00
3d Raise MAX_POINTS_PER_POLY to 64 2017-06-07 02:44:55 +00:00
arch Add experimental Windows manifest 2017-08-02 02:49:12 +00:00
editor Rename segment::value to segment::station_idx 2017-07-08 18:17:49 +00:00
main Use &a[i], not (a+i), to access multibuf 2017-08-11 23:43:53 +00:00
misc Fix check_header_includes=1 poison.h 2017-02-19 19:33:36 +00:00