home · contact · privacy
Client: Drop now redundant map centering systems.
[plomrogue] / src / client / main.c
index acb592bff8482c9215c1b3a29593b22c7da5fe0a..c40d7451e2467fa1281a42da461e9575fbab5342 100644 (file)
@@ -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.autofocus = 1;
 
     /* Set handler for terminal window resizing. */
     struct sigaction act;