fix build errors

This commit is contained in:
YamaArashi
2017-04-05 13:51:55 -07:00
parent b95747dc69
commit e0dd5ef9a7
3 changed files with 13 additions and 14 deletions

View File

@@ -1771,8 +1771,8 @@ void ClearTextSpan(struct TextPrinter *textPrinter, u32 width)
{
window = &gWindows[textPrinter->subPrinter.windowId];
pixels_data.pixels = window->tileData;
pixels_data.width = window->width << 3;
pixels_data.height = window->height << 3;
pixels_data.width = window->window.width << 3;
pixels_data.height = window->window.height << 3;
gUnk = gUnknown_03002F90;
glyphHeight = &gUnk[0x81];