Remove MSVC netplay warning.

This commit is contained in:
Ronald Kinard 2015-03-04 20:37:37 -06:00
parent f28b050c07
commit 3d5d61ee87
1 changed files with 0 additions and 4 deletions

View File

@ -58,10 +58,6 @@ else()
set(SRB2_SYSTEM_BITS 32)
endif()
if(MSVC)
message(WARNING "!! MSVC BUILDS OF SRB2 CANNOT PLAY MULTIPLAYER !! You're more than welcome to try and fix this!")
endif()
# OS macros
if (UNIX)
add_definitions(-DUNIXCOMMON)