Code tweaks and cleanups.

This commit is contained in:
spx
2011-11-10 13:44:19 +00:00
parent f84491ec83
commit bbe733b437
6 changed files with 109 additions and 82 deletions

View File

@ -114,7 +114,7 @@ int CMeterString::GetX(bool abs)
switch (m_Align)
{
case ALIGN_CENTER:
x = x - (m_W / 2);
x -= m_W / 2;
break;
case ALIGN_RIGHT: