1TBS reflow, the bracening.
This commit is contained in:
parent
be429016af
commit
0175344caa
6 changed files with 122 additions and 68 deletions
3
init.c
3
init.c
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue