Skip to content
Snippets Groups Projects
Commit 3d5d61ee authored by Eidolon's avatar Eidolon
Browse files

Remove MSVC netplay warning.

parent f28b050c
Branches
No related tags found
1 merge request!3CMake improvements
...@@ -58,10 +58,6 @@ else() ...@@ -58,10 +58,6 @@ else()
set(SRB2_SYSTEM_BITS 32) set(SRB2_SYSTEM_BITS 32)
endif() 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 # OS macros
if (UNIX) if (UNIX)
add_definitions(-DUNIXCOMMON) add_definitions(-DUNIXCOMMON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment