projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8467de
)
added initializing variables
author
Holger Schemel
<holger.schemel@virtion.de>
Mon, 14 Oct 2024 21:13:18 +0000
(23:13 +0200)
committer
Holger Schemel
<holger.schemel@virtion.de>
Mon, 14 Oct 2024 21:13:18 +0000
(23:13 +0200)
src/libgame/text.c
patch
|
blob
|
history
diff --git
a/src/libgame/text.c
b/src/libgame/text.c
index 2f00677d6c76faab365ae4549adfcb30f3d1f98a..8cc7e1c257d2f83318c67e78a80c734953dc53d0 100644
(file)
--- a/
src/libgame/text.c
+++ b/
src/libgame/text.c
@@
-596,6
+596,8
@@
static struct WrappedTextInfo *GetWrappedText(char *text_buffer, int base_font_n
wrapped_text->line_width = line_width;
wrapped_text->cut_length = cut_length;
wrapped_text->max_height = max_height;
+ wrapped_text->line_spacing = line_spacing;
+ wrapped_text->mask_mode = mask_mode;
wrapped_text->num_lines = 0;
buffer[0] = '\0';