X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fmain.c;h=c40d7451e2467fa1281a42da461e9575fbab5342;hb=b366e1f88c64e11f4e6e0cc088b89dd7ffcab25b;hp=2c1fbf4f2b80f30c6b68eeb791b514927a307e49;hpb=bc7c3a7ee20d49d725c76d14705b9ef56c096c42;p=plomrogue diff --git a/src/client/main.c b/src/client/main.c index 2c1fbf4..c40d745 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -56,7 +56,6 @@ int main(int argc, char * argv[]) keypad(world.winDB.t_screen, TRUE); init_command_db(); /* The command DB needs to be initialized before */ load_interface_conf(); /* the interface, whose keybindings depend on it. */ - world.focus_each_turn = 1; /* Set handler for terminal window resizing. */ struct sigaction act;