mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
this should fix the crashing on win32
This commit is contained in:
parent
1721831b3a
commit
3f4aa1dc6c
1 changed files with 1 additions and 1 deletions
|
@ -124,4 +124,4 @@ net_landriver_t net_landrivers[MAX_NET_DRIVERS] = {
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
int net_numlandrivers = 2;
|
int net_numlandrivers = 1;
|
||||||
|
|
Loading…
Reference in a new issue