Restore unwanted removal of ':n' as default alias of ':next_level'

Note that you could still use 'next_level' or ':alias n=next_level'
This commit is contained in:
Ali El Gariani 2010-07-27 15:23:13 +00:00
parent 042edf99c3
commit fffa753f81

View file

@ -2480,6 +2480,7 @@ class console_handler : public map_command_handler<console_handler>, private cha
_("Disable autosaves."));
register_command("next_level", &console_handler::do_next_level,
_("Advance to the next scenario, or scenario identified by 'id'"), _("<id>"), "D");
register_alias("next_level", "n");
register_command("choose_level", &console_handler::do_choose_level,
_("Choose next scenario"), "", "D");
register_alias("choose_level", "cl");