X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=0e05f56f9675547f0231727e8b6c7dc0a5131a5d;hb=0d8c34f90d76960a192d13665bfdc9cd0efda959;hp=090227e8817ee1eeca415152aad9576ffd6869f4;hpb=94b7c2176cc449da0e0e80a1fb7534cfb5573eba;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 090227e8..0e05f56f 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -511,7 +511,7 @@ #define MAX_PLAYERS 4 // maximum number of player names -#define MAX_PLAYER_NAMES 10 +#define MAX_PLAYER_NAMES 12 // maximum allowed length of player name #define MAX_PLAYER_NAME_LEN 10 @@ -1434,6 +1434,7 @@ struct SetupInfo boolean input_on_focus; boolean prefer_aga_graphics; boolean prefer_lowpass_sounds; + boolean prefer_extra_panel_items; boolean game_speed_extended; int game_frame_delay; boolean sp_show_border_elements;