cut the cute graphics.
This commit is contained in:
parent
28994509cc
commit
f80f53a942
1 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue