mirror of https://github.com/OpenTTD/OpenTTD
(svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! (r5549)
parent
62fc499370
commit
c9a19c29fe
|
@ -385,11 +385,6 @@ void GenerateLandscapeWndProc(Window *w, WindowEvent *e)
|
|||
}
|
||||
break;
|
||||
|
||||
case WE_MESSAGE:
|
||||
ttd_strlcpy(_edit_str_buf, str_fmt("%u", _patches_newgame.generation_seed), lengthof(_edit_str_buf));
|
||||
DrawEditBox(w, &WP(w, querystr_d), SEED_EDIT);
|
||||
break;
|
||||
|
||||
case WE_MOUSELOOP:
|
||||
HandleEditBox(w, &WP(w, querystr_d), SEED_EDIT);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue