Fix even more build errors

This commit is contained in:
Steel Titanium 2020-04-07 19:14:27 -04:00
parent cb9004e4cf
commit f4002f076e
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Depends: ${SHLIBS_DEPENDS}, ${MISC_DEPENDS},
libsdl2-mixer-2.0-0,
zlib1g,
libgme0,
libcurl4,
libpng | libpng16-16 | libpng12-0
Description: A cross-platform 3D Sonic fangame
Sonic Robo Blast 2 is a 3D open-source Sonic the Hedgehog

View File

@ -1354,7 +1354,9 @@ static boolean CL_SendJoin(void)
static void SV_SendServerInfo(INT32 node, tic_t servertime)
{
UINT8 *p;
#ifdef HAVE_CURL
size_t mirror_length;
#endif
netbuffer->packettype = PT_SERVERINFO;
netbuffer->u.serverinfo.version = VERSION;