(Xbox 1) Build fix

This commit is contained in:
twinaphex 2012-11-22 05:44:09 +01:00
parent 8612711fa8
commit dee865d50e

View File

@ -798,8 +798,8 @@ static bool xdk_d3d_frame(void *data, const void *frame,
#if defined(_XBOX1)
#define fonts_render_msg_place_func(device, x, y, scale, msg) xfonts_render_msg_place(device, x, y, scale, msg)
float width = font_x + 30;
float height = font_y + 50;
float mem_width = font_x + 30;
float mem_height = font_y + 50;
float msg_width = 60;
float msg_height = 365;
#elif defined(_XBOX360)