Added missing counter in tic processing

This commit is contained in:
Michiel Broek
2002-03-16 21:45:23 +00:00
parent d60f2f01d3
commit e84d4ba7e4
2 changed files with 3 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ int ProcessTic(fa_list *sbl)
if (TIC.TicIn.PathError) {
WriteError("Our Aka is in the path");
tic_bad++;
return 1;
}