code indent
This commit is contained in:
parent
4eaa72a32f
commit
e0aea74693
@ -2119,6 +2119,7 @@ BX_CPP_INLINE Bit32u compute_raster_hash(const raster_info *info)
|
||||
const Bit8u *dither4 = NULL; \
|
||||
const Bit8u *dither = NULL \
|
||||
|
||||
|
||||
#define COMPUTE_DITHER_POINTERS(FBZMODE, YY) \
|
||||
do \
|
||||
{ \
|
||||
@ -2621,7 +2622,6 @@ do \
|
||||
fg = fogcolor.rgb.g; \
|
||||
fb = fogcolor.rgb.b; \
|
||||
} \
|
||||
\
|
||||
/* non-constant fog comes from several sources */ \
|
||||
else \
|
||||
{ \
|
||||
@ -2700,7 +2700,6 @@ do \
|
||||
(GG) += fg; \
|
||||
(BB) += fb; \
|
||||
} \
|
||||
\
|
||||
/* otherwise this just becomes the new color */ \
|
||||
else \
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user