1TBS reflow, the bracening.

This commit is contained in:
Eric S. Raymond 2024-01-29 12:14:56 -05:00
parent be429016af
commit 0175344caa
6 changed files with 122 additions and 68 deletions

3
init.c
View file

@ -27,8 +27,9 @@ struct game_t game = {
};
int initialise(void) {
if (settings.oldstyle)
if (settings.oldstyle) {
printf("Initialising...\n");
}
srand(time(NULL));
int seedval = (int)rand();