shithub: duke3d

Download patch

ref: e7cc27d7cc5f05d1a1250bd6c0c4cd5c9a456ae3
parent: d232666db505777632319791d6a9dd78f2cd1e50
parent: df82a880fb7331b814b24987f198f1afc0cf2f02
author: fabien sanglard <[email protected]>
date: Thu Feb 7 11:03:44 EST 2013

Merge branch 'master' of github.com:fabiensanglard/chocolate_duke3D

--- a/Engine/src/dummy_multi.c
+++ b/Engine/src/dummy_multi.c
@@ -9,7 +9,7 @@
 #include "build.h"
 
 
-short numplayers = 0, myconnectindex = 0;
+short numplayers = 1, myconnectindex = 0;
 short connecthead, connectpoint2[MAXPLAYERS];