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)
|
static void do_lock_file(void)
|
||||||
{
|
{
|
||||||
|
FILE *fi;
|
||||||
/* Test for lockfile, if we're using one: */
|
/* Test for lockfile, if we're using one: */
|
||||||
|
|
||||||
if (!ok_to_use_lockfile)
|
if (!ok_to_use_lockfile)
|
||||||
|
|
@ -19399,7 +19400,6 @@ static void setup(void)
|
||||||
char *upstr;
|
char *upstr;
|
||||||
SDL_Color black = { 0, 0, 0, 0 };
|
SDL_Color black = { 0, 0, 0, 0 };
|
||||||
char *homedirdir;
|
char *homedirdir;
|
||||||
FILE *fi;
|
|
||||||
SDL_Surface *tmp_surf;
|
SDL_Surface *tmp_surf;
|
||||||
SDL_Rect dest;
|
SDL_Rect dest;
|
||||||
int scale;
|
int scale;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue