From dee865d50e6256ad3709ad20bee0ea1bee5fe3d7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 22 Nov 2012 05:44:09 +0100 Subject: [PATCH] (Xbox 1) Build fix --- xdk/xdk_d3d.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xdk/xdk_d3d.cpp b/xdk/xdk_d3d.cpp index 14f2c94f4f..f5c6384e1e 100644 --- a/xdk/xdk_d3d.cpp +++ b/xdk/xdk_d3d.cpp @@ -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)