X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Finterface_conf.c;h=679f6c7a92549e8c6c094826e8c072eb0fd8a9a1;hb=40ae39a7efa404ba4107b394c358fc7d38e9ec91;hp=45abd6a8805cdf459dd534a656771f1559f89d51;hpb=491e8bc8e7a9b1d312256817c0b8be7e05b127be;p=plomrogue diff --git a/src/client/interface_conf.c b/src/client/interface_conf.c index 45abd6a..679f6c7 100644 --- a/src/client/interface_conf.c +++ b/src/client/interface_conf.c @@ -1,4 +1,9 @@ -/* src/client/interface_conf.c */ +/* src/client/interface_conf.c + * + * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 + * or any later version. For details on its copyright, license, and warranties, + * see the file NOTICE in the root directory of the PlomRogue source package. + */ #define _POSIX_C_SOURCE 200809L /* getopt(), optarg, strdup(), snprintf() */ #include "interface_conf.h" @@ -19,7 +24,6 @@ #include "cleanup.h" /* set_cleanup_flag() */ #include "command_db.h" /* get_command() */ #include "keybindings.h" /* KeyBinding, KeyBindingDB, get_command_to_keycode()*/ -#include "map.h" /* map_center() */ #include "parse.h" /* EDIT_STARTED, parse_file(), parse_flagval(), * parse_and_reduce_to_readyflag(), parse_id_uniq() * parsetest_defcontext(), parse_unknown_arg(), @@ -476,6 +480,5 @@ extern void reload_interface_conf() { unload_interface_conf(); load_interface_conf(); - map_center(); world.winDB.v_screen_offset = 0; }