(svn r9719) -Fix: in-game private messages did not work for clients with a Client ID > 255.

This commit is contained in:
rubidium
2007-04-26 07:41:24 +00:00
parent 0eb9621096
commit 98e59a5add
5 changed files with 34 additions and 28 deletions

View File

@@ -280,6 +280,11 @@ struct querystr_d {
};
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