- Fixed position of the Doom HUD selectbox as per SnowKate709's guidance.

SVN r656 (trunk)
This commit is contained in:
Randy Heit 2007-12-29 03:02:25 +00:00
parent 5e56a6512a
commit 6872bcd3ef
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
December 28, 2007
- Fixed position of the Doom HUD selectbox as per SnowKate709's guidance.
December 28, 2007 (Changes by Graf Zahl)
- Changed FImageCollection so that it accepts a matching texture of any type.
This is necessary to load hires sprite replacements for certain icons.

View file

@ -734,7 +734,7 @@ private:
}
if (item == CPlayer->mo->InvSel)
{
screen->DrawTexture (Images[imgSELECTBOX], -91+i*31, -3,
screen->DrawTexture (Images[imgSELECTBOX], -91+i*31, -2,
DTA_HUDRules, HUD_HorizCenter,
DTA_CenterBottomOffset, true,
TAG_DONE);