From 0e55c45aa3356b7247020f7dc75d2321ed946b40 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 14 Jun 2013 17:31:17 +0200 Subject: [PATCH] (XDK) xdk_d3d - cleanup --- xdk/xdk_d3d.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/xdk/xdk_d3d.cpp b/xdk/xdk_d3d.cpp index 6d0c5c9730..302c0a54c5 100644 --- a/xdk/xdk_d3d.cpp +++ b/xdk/xdk_d3d.cpp @@ -994,15 +994,11 @@ NULL, NULL, NULL, 0); #endif #if defined(_XBOX1) - float mem_width = font_x + 30; - float mem_height = font_y + 50; float msg_width = 60; float msg_height = 365; #elif defined(_XBOX360) - float mem_width = (lifecycle_mode_state & (1ULL << MODE_MENU_HD)) ? 160 : 100; - float mem_height = 70; - float msg_width = mem_width; - float msg_height = mem_height + 50; + float msg_width = (lifecycle_mode_state & (1ULL << MODE_MENU_HD)) ? 160 : 100; + float msg_height = 120; #endif if (msg)