mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-27 00:19:09 +00:00
(svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! (r5549)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user