(svn r13720) -Fix (r13715): string wasn't correctly passed to draw function.

pull/155/head
rubidium 16 years ago
parent 6898a76c5f
commit c1594e45c5

@ -493,6 +493,7 @@ uint ShowRefitOptionsList(int x, int y, uint w, EngineID engine)
/* Make sure we detect any buffer overflow */
assert(b < endof(string));
SetDParamStr(0, string);
return DrawStringMultiLine(x, y, STR_JUST_RAW_STRING, w);
}

Loading…
Cancel
Save