cut the cute graphics.

This commit is contained in:
rsc 2004-04-21 22:35:40 +00:00
parent 28994509cc
commit f80f53a942

View file

@ -612,13 +612,13 @@ void
domenu2(int but) domenu2(int but)
{ {
if(scrolling) if(scrolling)
menu2str[Scroll] = " scroll"; menu2str[Scroll] = "+ scroll";
else else
menu2str[Scroll] = " scroll"; menu2str[Scroll] = "- scroll";
if(cooked) if(cooked)
menu2str[Cooked] = " mustecho"; menu2str[Cooked] = "+ mustecho";
else else
menu2str[Cooked] = " mustecho"; menu2str[Cooked] = "- mustecho";
switch(menuhit(but, mc, &menu2, nil)){ switch(menuhit(but, mc, &menu2, nil)){
case -1: case -1: