mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 01:12:24 -04:00
several fixes and improvements (combat log) - windows
This commit is contained in:
parent
05726326bd
commit
2d7697174d
15 changed files with 332 additions and 158 deletions
|
@ -1273,7 +1273,7 @@ void death_screen() {
|
|||
int ys;
|
||||
int y = 160;
|
||||
const char *t = texty[65];
|
||||
char buff[strlen(t)+4];
|
||||
DECL_VLA(char, buff, strlen(t)+4);
|
||||
set_font(H_FBOLD, RGB555_ALPHA(31,31,31));
|
||||
zalamovani(t,buff, 440, &xs, &ys);
|
||||
t = buff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue