Changeset - r20470:e77070cafa41
[Not reviewed]
master
0 1 0
rubidium - 11 years ago 2013-06-27 18:33:46
rubidium@openttd.org
(svn r25485) -Fix-ish: silence compiler warning
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/gfx_layout.cpp
Show inline comments
 
@@ -401,7 +401,7 @@ Layouter::Layouter(const char *str, int 
 
	CharType *buff = this->buffer;
 

	
 
	TextColour cur_colour = colour, prev_colour = colour;
 
	WChar c;
 
	WChar c = 0;
 

	
 
	do {
 
		Font *f = new Font(fontsize, cur_colour);
0 comments (0 inline, 0 general)