From 5e3ffd750b9205dcfd99bb18ed93eda3363e7a69 Mon Sep 17 00:00:00 2001 From: JamDog Date: Mon, 1 Jun 2009 10:34:54 +0000 Subject: [PATCH] toggle command not fully fixed in last update (sorry) - It's fixed this time --- changelog | 2 ++ src/act.informative.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 7290b79..5cdca44 100644 --- a/changelog +++ b/changelog @@ -34,6 +34,8 @@ OLC copy and delete options. export (QQ's a zone into a tarball) Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist) (lots of major bugfixes too) +[Jun 01 2009] - Jamdog + Bug-Fix: toggle command not fully fixed in last update (sorry) - It's fixed this time! [May 28 2009] - Jamdog Bug-Fix: toggle command broke adding autodoor/autokey - toggle color command is usable again! [May 24 2009] - Jamdog diff --git a/src/act.informative.c b/src/act.informative.c index e88f628..f77add7 100644 --- a/src/act.informative.c +++ b/src/act.informative.c @@ -1887,7 +1887,6 @@ ACMD(do_toggle) {"autoassist", PRF_AUTOASSIST, 0, "Autoassist disabled.\r\n", "Autoassist enabled.\r\n"}, - {"screenwidth", 0, 0, "\n", "\n"}, {"automap", PRF_AUTOMAP, 1, "You will no longer see the mini-map.\r\n", "You will now see a mini-map at the side of room descriptions.\r\n"},