mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 14:41:57 +00:00
compile compile fixes that slipped through
This commit is contained in:
parent
40b262b9ee
commit
a8d0038696
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -97,6 +97,8 @@ bot_map_load =
|
|||
break;
|
||||
case "dm6":
|
||||
map_dm6 ();
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue