Small changes and helix config files

main
Cameron Murphy Reikes 2 years ago
parent 105abd07b6
commit 1bd53ab62a

@ -0,0 +1 @@
thirdparty/

@ -0,0 +1,7 @@
-Ithirdparty
-Ithirdparty/minilzo
-Ithirdparty/enet/include
-Ithirdparty/Chipmunk2D/include/chipmunk
-Ithirdparty/Chipmunk2D/include
-Ithirdparty/opus/include
-Ithirdparty/opus/src

Binary file not shown.

@ -1811,6 +1811,9 @@ void event(const sapp_event *e)
Log("Funval %f\n", funval);
}
break;
default:
{
}
}
}

@ -307,7 +307,7 @@ static float rotangle(enum CompassRotation rot)
typedef struct OpusPacket
{
opus_int32 length;
char data[VOIP_PACKET_MAX_SIZE];
unsigned char data[VOIP_PACKET_MAX_SIZE];
} OpusPacket;
typedef struct ServerToClient

Loading…
Cancel
Save