X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fmain.c;h=6a71592b20fd9293a5ee158d7f9b297900b799b9;hb=1befe1034a6330301d4af2df80aaa98430a6e8c9;hp=26ad72822063d95fe9ac3a10a258b11691e9450d;hpb=dd9d65ee727ac7e95801da0f8b5bae7009811802;p=plomrogue diff --git a/src/client/main.c b/src/client/main.c index 26ad728..6a71592 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -26,8 +26,8 @@ int main() /* Initialize the whole interface. */ init_win_meta(); keypad(world.wmeta.screen, TRUE); - init_command_db(); - load_interface_conf(); + init_command_db(); /* The command DB needs to be initialized before */ + load_interface_conf(); /* the interface, whose keybindings depend on it. */ /* This is where most everything happens. */ char * quit_msg = io_loop();