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:
parent
80bd268de6
commit
68fa82f03a
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue