Bunch of comment fixes

This commit is contained in:
Tequila 2014-03-13 02:20:54 +01:00
parent 0e6632f464
commit baca82d64e
17 changed files with 21 additions and 20 deletions

View file

@ -1280,7 +1280,7 @@ int BotAIShutdownClient(int client, qboolean restart) {
}
trap_BotFreeMoveState(bs->ms);
//free the goal state`
//free the goal state
trap_BotFreeGoalState(bs->gs);
//free the chat file
trap_BotFreeChatState(bs->cs);