mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
parent
f52b66fdf5
commit
1818693d71
1 changed files with 2 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ static void var_cleanup(void)
|
|||
internal_volume = 100;
|
||||
}
|
||||
|
||||
#if defined (HAVE_LIBGME) && defined (HAVE_ZLIB)
|
||||
static const char* get_zlib_error(int zErr)
|
||||
{
|
||||
switch (zErr)
|
||||
|
|
@ -240,6 +241,7 @@ static const char* get_zlib_error(int zErr)
|
|||
return "unknown error";
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/// ------------------------
|
||||
/// Audio System
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue