mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Add static keyword to these variables for correctness
This commit is contained in:
parent
1ba1318f37
commit
3fec42c436
1 changed files with 3 additions and 3 deletions
|
|
@ -108,11 +108,11 @@ static UINT16 current_track;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_OPENMPT
|
#ifdef HAVE_OPENMPT
|
||||||
int mod_err = OPENMPT_ERROR_OK;
|
static int mod_err = OPENMPT_ERROR_OK;
|
||||||
static const char *mod_err_str;
|
static const char *mod_err_str;
|
||||||
static UINT16 current_subsong;
|
static UINT16 current_subsong;
|
||||||
size_t probesize;
|
static size_t probesize;
|
||||||
int result;
|
static int result;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void var_cleanup(void)
|
static void var_cleanup(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue