mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 10:48:04 +00:00
queuestr should produce frames more correctly now
This commit is contained in:
@@ -2160,7 +2160,7 @@ void queuestr(int x, int y, int shift, int size, string str, int col, int frame
|
||||
ptd.u.chr.shift = shift;
|
||||
ptd.u.chr.size = size;
|
||||
ptd.col = darkened(col);
|
||||
ptd.u.chr.frame = frame ? (poly_outline & ~ 255) : 0;
|
||||
ptd.u.chr.frame = frame ? ((poly_outline & ~ 255)+1) : 0;
|
||||
ptd.prio = PPR_TEXT << PSHIFT;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user