]> granicus.if.org Git - nethack/commitdiff
back out accidental mod
authorcohrs <cohrs>
Thu, 10 Oct 2002 21:16:33 +0000 (21:16 +0000)
committercohrs <cohrs>
Thu, 10 Oct 2002 21:16:33 +0000 (21:16 +0000)
In my previous patch, I accidentally included a change to wizard mode
commands I had not indented to apply at this time.

src/cmd.c

index 2479813631bfd11a46f8a9ceabd002363dd9c812..e600477ec9fd699929077bd65488eaac00255a90 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -1486,8 +1486,8 @@ struct ext_func_tab extcmdlist[] = {
 #if defined(WIZARD)
 static const struct ext_func_tab debug_extcmdlist[] = {
        {"levelchange", "change experience level", wiz_level_change, TRUE},
-       {"lightsources", "show mobile light sources", wiz_light_sources, TRUE},
-       {"monpolycontrol", "control monster polymorphs", wiz_mon_polycontrol, TRUE},
+       {"light sources", "show mobile light sources", wiz_light_sources, TRUE},
+       {"monpoly_control", "control monster polymorphs", wiz_mon_polycontrol, TRUE},
        {"panic", "test panic routine (fatal to game)", wiz_panic, TRUE},
        {"poly", "polymorph self", wiz_polyself, TRUE},
        {"seenv", "show seen vectors", wiz_show_seenv, TRUE},