Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

#ifdef PROTOCOL_VERSION_FTE2
# ifdef WITH_SPEEX
# include <SDL_version.h>
# ifdef USE_SDL_VOICE
# undef USE_SDL_VOICE
# endif // USE_SDL_VOICE
# if SDL_VERSION_ATLEAST(2,0,5)
# define FTE_PEXT2_VOICECHAT 0x00000002
# endif // SDL_VERSION_ATLEAST(2,0,5)
# define FTE_PEXT2_VOICECHAT 0x00000002
# endif // WITH_SPEEX
#endif // PROTOCOL_VERSION_FTE2

Expand Down
Loading