X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=ecc5f69855079f578ce6e1ba4f9b3878a6c308b0;hp=b512d1cf513eaf211b86d654f5b0632dda74ed1b;hb=c1d626add6662c6ffa9ca5c00be53b11684195cf;hpb=90f8536de7ebd32951dd44b0a2046a088f8a9c5a diff --git a/src/libgame/system.h b/src/libgame/system.h index b512d1cf..ecc5f698 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1034,7 +1034,7 @@ struct RuntimeInfo { boolean uses_touch_device; - boolean api_server; + boolean use_api_server; }; struct OptionInfo @@ -1497,7 +1497,7 @@ struct SetupInfo int network_player_nr; char *network_server_hostname; - boolean api_server; + boolean use_api_server; char *api_server_hostname; char *api_server_password; boolean ask_for_uploading_tapes;