1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 00:26:34 +01:00

Begin implementing chess

This commit is contained in:
jfreegman
2020-12-19 15:40:00 -05:00
parent b9ea733470
commit 97cb43a218
12 changed files with 1752 additions and 34 deletions

View File

@@ -838,7 +838,7 @@ void kill_all_windows(Tox *m)
kill_chat_window(w, m);
} else if (w->type == WINDOW_TYPE_CONFERENCE) {
free_conference(w, w->num);
} else if (w->type == WINDOW_TYPE_GAME) {
} else if (w->type == WINDOW_TYPE_GAME) {
game_kill(w);
}
}