mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
g++ compile fix.
This commit is contained in:
parent
ddd0786739
commit
cf03071de5
@ -4805,12 +4805,12 @@ CThievesGuildWindow::CThievesGuildWindow()
|
||||
{
|
||||
y = 52 + 32*g;
|
||||
}
|
||||
printAtMiddle(CGI->generaltexth->jktexts[24+g], 135, y, EFonts::FONT_MEDIUM, tytulowy, background);
|
||||
printAtMiddle(CGI->generaltexth->jktexts[24+g], 135, y, FONT_MEDIUM, tytulowy, background);
|
||||
}
|
||||
|
||||
for(int g=0; g<8; ++g)
|
||||
{
|
||||
printAtMiddle(CGI->generaltexth->jktexts[16+g], 283 + 66*g, 20, EFonts::FONT_MEDIUM, tytulowy, background);
|
||||
printAtMiddle(CGI->generaltexth->jktexts[16+g], 283 + 66*g, 20, FONT_MEDIUM, tytulowy, background);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user