diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-31 19:52:06 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-31 19:52:06 -0400 |
| commit | 80d282e73b2a13294344733eea2352515cb34368 (patch) | |
| tree | 7a3f305ffca17af6ccf4fdec2ccd69415faa4785 /src | |
| parent | 32b19a272202ebe1dab0e3fa847100520e2f83fc (diff) | |
Okay I guess this matches now
Diffstat (limited to 'src')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c index fbb084244..1bf8626fa 100644 --- a/src/text.c +++ b/src/text.c @@ -487,7 +487,7 @@ void TextPrinterDrawDownArrow(struct TextPrinter *textPrinter) BlitBitmapRectToWindow( textPrinter->printerTemplate.windowId, arrowTiles, - sDownArrowYCoords[*(u32*)subStruct << 17 >> 30], // subStruct->downArrowYPosIdx but again, stupidly retrieved + sDownArrowYCoords[subStruct->downArrowYPosIdx], 0, 0x80, 0x10, |
