lockfile into own function
This commit is contained in:
parent
be05dba58f
commit
32c7a6682d
1 changed files with 1 additions and 1 deletions
|
|
@ -19312,6 +19312,7 @@ static void setup_colors(void){
|
|||
|
||||
static void do_lock_file(void)
|
||||
{
|
||||
FILE *fi;
|
||||
/* Test for lockfile, if we're using one: */
|
||||
|
||||
if (!ok_to_use_lockfile)
|
||||
|
|
@ -19399,7 +19400,6 @@ static void setup(void)
|
|||
char *upstr;
|
||||
SDL_Color black = { 0, 0, 0, 0 };
|
||||
char *homedirdir;
|
||||
FILE *fi;
|
||||
SDL_Surface *tmp_surf;
|
||||
SDL_Rect dest;
|
||||
int scale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue