mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Fix NOGME compiling
This commit is contained in:
parent
3ce6b8a54f
commit
0d57ba1d02
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,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)
|
||||
|
@ -130,6 +131,7 @@ static const char* get_zlib_error(int zErr)
|
|||
return "unknown error";
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/// ------------------------
|
||||
/// Audio System
|
||||
|
|
Loading…
Reference in a new issue