[Fix] Fixed the disappearence of outfit prices.
This commit is contained in:
parent
f710c216b5
commit
406e3363f1
@ -267,7 +267,7 @@ static void outfits_open(void) {
|
|||||||
|
|
||||||
/* The descriptive text. */
|
/* The descriptive text. */
|
||||||
window_addText(wid, 40+300+20, -60,
|
window_addText(wid, 40+300+20, -60,
|
||||||
80, 96, 0, "txtSDesc", &gl_smallFont, &cDConsole,
|
80, 140, 0, "txtSDesc", &gl_smallFont, &cDConsole,
|
||||||
"Name:\n"
|
"Name:\n"
|
||||||
"Type:\n"
|
"Type:\n"
|
||||||
"Owned:\n"
|
"Owned:\n"
|
||||||
@ -279,7 +279,7 @@ static void outfits_open(void) {
|
|||||||
"Money:\n");
|
"Money:\n");
|
||||||
|
|
||||||
window_addText(wid, 40+300+40+60, -60,
|
window_addText(wid, 40+300+40+60, -60,
|
||||||
250, 96, 0, "txtDDesc", &gl_smallFont, &cBlack, NULL);
|
250, 140, 0, "txtDDesc", &gl_smallFont, &cBlack, NULL);
|
||||||
|
|
||||||
window_addText(wid, 20+300+40, -220,
|
window_addText(wid, 20+300+40, -220,
|
||||||
OUTFITS_WIDTH-400, 180, 0, "txtDescription",
|
OUTFITS_WIDTH-400, 180, 0, "txtDescription",
|
||||||
|
Loading…
Reference in New Issue
Block a user