1
0
Fork 0

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

release/0.7
rubidium 2008-07-17 21:15:57 +00:00
parent d06529ef4d
commit 6e1aaa2c69
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}