Make some logic more like vanilla
This commit is contained in:
parent
c5691d7570
commit
e4e8453ba6
1 changed files with 3 additions and 3 deletions
|
@ -661,12 +661,12 @@ void InitTextObject(const char *name)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
height = 9;
|
height = 18;
|
||||||
width = 8;
|
width = 16;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
font = LoadFont(path, width * magnification, height * magnification);
|
font = LoadFont(path, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PutText(int x, int y, const char *text, unsigned long color)
|
void PutText(int x, int y, const char *text, unsigned long color)
|
||||||
|
|
Loading…
Add table
Reference in a new issue