fix non expanded types names macro (#4473)
Co-authored-by: Baptiste-Lecoutre <59924283+Baptiste-Lecoutre@users.noreply.github.com>
This commit is contained in:
parent
c5552f53da
commit
362f08148c
@ -298,7 +298,7 @@ static const s8 sCenterToCornerVecXs[8] ={-32, -16, -16, -32, -32};
|
||||
#if B_EXPANDED_TYPE_NAMES == TRUE
|
||||
#define HANDLE_EXPANDED_TYPE_NAME(_name, ...) _(DEFAULT(_name, __VA_ARGS__))
|
||||
#else
|
||||
#define HANDLE_EXPANDED_TYPE_NAME(_name) _(_name)
|
||||
#define HANDLE_EXPANDED_TYPE_NAME(_name, ...) _(_name)
|
||||
#endif
|
||||
|
||||
// .generic is large enough that the text for TYPE_ELECTRIC will exceed TEXT_BUFF_ARRAY_COUNT.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user