diff -r 6e81cec30a2b -r 31e38d28a0af src/window.h --- a/src/window.h Fri May 04 23:17:26 2007 +0000 +++ b/src/window.h Wed May 09 20:22:49 2007 +0000 @@ -280,6 +280,11 @@ }; assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(querystr_d)); +struct chatquerystr_d : public querystr_d { + int dest; +}; +assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(chatquerystr_d)); + struct menu_d { byte item_count; ///< follow_vehicle byte sel_index; ///< scrollpos_x