j
k
j a
j l
Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/surface.c:
goto exit; } if (color_key) { d3dx_init_color_key(src_desc, color_key, &d3dx_color_key); d3dx_ck = (const struct d3dx_color_key *)&d3dx_color_key;
goto exit; }
d3dx_init_color_key(src_desc, color_key, &d3dx_color_key);
d3dx_ck = (const struct d3dx_color_key *)&d3dx_color_key;
This cast is unnecessary.
Back to the thread
Back to the list