(360) Build fix

This commit is contained in:
twinaphex 2013-03-11 23:50:31 +01:00
parent e9d8b2848f
commit 2e12f34932

View File

@ -441,7 +441,7 @@ static void xdk_video_font_draw_text(xdk360_video_font_t *font,
d3dr->EndVertices();
}
static void xdk_render_msg(void *driver, const char *msg, void *params)
static void xdk_render_msg(void *driver, const char *str_msg, void *parms)
{
xdk_d3d_video_t *d3d = (xdk_d3d_video_t*)driver;
xdk360_video_font_t *font = &m_Font;