switch for map preview in ingame options

some language fixes
faction preview is default now
in unix systems text is better centered on the buttons
This commit is contained in:
Titus Tscharntke
2010-09-26 21:34:00 +00:00
parent e6ade03509
commit d3ccebef15
7 changed files with 35 additions and 10 deletions

View File

@@ -56,8 +56,9 @@ void createGlFontBitmaps(uint32 &base, const string &type, int size, int width,
} else {
int p = i - fontInfo->min_char_or_byte2;
metrics.setWidth(i, static_cast<float> (
fontInfo->per_char[p].rbearing
- fontInfo->per_char[p].lbearing));
fontInfo->per_char[p].width));
// fontInfo->per_char[p].rbearing
// - fontInfo->per_char[p].lbearing));
}
}