compile compile fixes that slipped through

This commit is contained in:
Bill Currie 2003-03-08 05:43:26 +00:00
parent 40b262b9ee
commit a8d0038696
2 changed files with 3 additions and 1 deletions

View file

@ -349,7 +349,7 @@ bot_chat =
BotSay2 ("\n");
bot_start_topic (0);
break;
case 5:
case 6:
BotSay (": howdy\n");
bot_start_topic (0);
break;

View file

@ -97,6 +97,8 @@ bot_map_load =
break;
case "dm6":
map_dm6 ();
break;
}
};
/*