1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 10:53:51 +00:00

[Master] Fix build in Visual Studio

This commit is contained in:
David Cernat 2017-05-20 12:47:06 +03:00
parent 80bd268de6
commit 68fa82f03a

View file

@ -25,7 +25,6 @@ int main()
signal(SIGINT, onExit); signal(SIGINT, onExit);
signal(SIGTERM, onExit); signal(SIGTERM, onExit);
signal(SIGSTOP, onExit);
masterServer->Start(); masterServer->Start();