mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 12:19:18 +00:00
inventory:: added missing outlines
This commit is contained in:
parent
0f4cb95adc
commit
9337240d49
@ -544,6 +544,7 @@ EX namespace inv {
|
|||||||
if(!hiliteclick) {
|
if(!hiliteclick) {
|
||||||
if(gg) {
|
if(gg) {
|
||||||
initquickqueue();
|
initquickqueue();
|
||||||
|
poly_outline = OUTLINE_DEFAULT;
|
||||||
transmatrix V = atscreenpos(px, py, rad*2);
|
transmatrix V = atscreenpos(px, py, rad*2);
|
||||||
drawItemType(o, NULL, shiftless(V), icol, ticks/3 + i * 137, false);
|
drawItemType(o, NULL, shiftless(V), icol, ticks/3 + i * 137, false);
|
||||||
quickqueue();
|
quickqueue();
|
||||||
|
Loading…
Reference in New Issue
Block a user