mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 16:51:31 +00:00
- Fixed position of the Doom HUD selectbox as per SnowKate709's guidance.
SVN r656 (trunk)
This commit is contained in:
parent
5e56a6512a
commit
6872bcd3ef
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
December 28, 2007 (Changes by Graf Zahl)
|
||||||
- Changed FImageCollection so that it accepts a matching texture of any type.
|
- Changed FImageCollection so that it accepts a matching texture of any type.
|
||||||
This is necessary to load hires sprite replacements for certain icons.
|
This is necessary to load hires sprite replacements for certain icons.
|
||||||
|
|
|
@ -734,7 +734,7 @@ private:
|
||||||
}
|
}
|
||||||
if (item == CPlayer->mo->InvSel)
|
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_HUDRules, HUD_HorizCenter,
|
||||||
DTA_CenterBottomOffset, true,
|
DTA_CenterBottomOffset, true,
|
||||||
TAG_DONE);
|
TAG_DONE);
|
||||||
|
|
Loading…
Reference in a new issue