[touch] Indicate level up in a touch friendly way
This commit is contained in:
parent
ccd8f114f8
commit
609414fd69
4 changed files with 8 additions and 1 deletions
|
|
@ -1264,10 +1264,12 @@ void DrawView(const Surface &out, Point startPosition)
|
|||
} else if (QuestLogIsOpen) {
|
||||
DrawQuestLog(out);
|
||||
}
|
||||
#ifndef VIRTUAL_GAMEPAD
|
||||
if (!chrflag && Players[MyPlayerId]._pStatPts != 0 && !spselflag
|
||||
&& (!QuestLogIsOpen || !LeftPanel.Contains(MainPanel.position + Displacement { 0, -74 }))) {
|
||||
DrawLevelUpIcon(out);
|
||||
}
|
||||
#endif
|
||||
if (ShowUniqueItemInfoBox) {
|
||||
DrawUniqueInfo(out);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue