diff options
author | 2015-11-09 12:23:29 +0100 | |
---|---|---|
committer | 2015-11-09 12:23:29 +0100 | |
commit | 7b5119e1667c1a0844c268169e74c69c5a40f5c3 (patch) | |
tree | 3f26277c0f7df0ab4533187f4bcdb560c8e663bd /src/emu/ui/selgame.cpp | |
parent | 33f410f0d90668258c34e8ce4fd92b84d1cbd177 (diff) |
nw, more PVS-Studio fixes
Diffstat (limited to 'src/emu/ui/selgame.cpp')
-rw-r--r-- | src/emu/ui/selgame.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/ui/selgame.cpp b/src/emu/ui/selgame.cpp index 107328e796e..54fcc4b8fbf 100644 --- a/src/emu/ui/selgame.cpp +++ b/src/emu/ui/selgame.cpp @@ -311,7 +311,6 @@ void ui_menu_select_game::custom_render(void *selectedref, float top, float bott x1 += UI_BOX_LR_BORDER; x2 -= UI_BOX_LR_BORDER; y1 += UI_BOX_TB_BORDER; - y2 -= UI_BOX_TB_BORDER; // draw the text within it machine().ui().draw_text_full(container, tempbuf[0].c_str(), x1, y1, x2 - x1, JUSTIFY_CENTER, WRAP_TRUNCATE, |