dxx-rebirth/d1x-rebirth/main
Kp 7b52b1fe1d Move grs_bitmap::avg_color into #if !DXX_USE_OGL
This field is used in the SDL build for rendering.  In the GL build, its
only purpose is for the editor to write it to a PIG file.  Change that
one use to compute the value as needed.  Move all other references
behind a preprocessor test for !DXX_USE_OGL.  This shrinks the size of
grs_bitmap by 1 pointer, since the compiler added padding after
avg_color up to the size of the next aligned pointer.
2020-05-22 02:40:26 +00:00
..
custom.cpp Move grs_bitmap::avg_color into #if !DXX_USE_OGL 2020-05-22 02:40:26 +00:00
custom.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
snddecom.cpp Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
snddecom.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00