X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsystem.h;h=44f97e073fa671c08a677b0b92648b2cdc9dccde;hb=52cd236064fb831a25881e6288762e96c67f985c;hp=6e0296ef182a0a7c4dc2600e95d248705c474c00;hpb=2420800e428feaa01663bb5b9fa334b5efe9221b;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 6e0296ef..44f97e07 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -977,6 +977,8 @@ struct NetworkInfo char *server_host; int server_port; + SDL_Thread *server_thread; + boolean is_server_thread; }; struct RuntimeInfo @@ -1001,6 +1003,7 @@ struct OptionInfo char *execute_command; char *special_flags; + char *debug_mode; boolean mytapes; boolean serveronly;