shithub: duke3d

ref: e11e7cb42d1762154194fc58eb200dd0fe1c47bd
dir: /Engine/src/dummy_multi.c/

View raw version
//
//  dummy.c
//  Duke3D
//
//  Created by fabien sanglard on 12-12-12.
//  Copyright (c) 2012 fabien sanglard. All rights reserved.
//

#include "build.h"


short numplayers = 0, myconnectindex = 0;
short connecthead, connectpoint2[MAXPLAYERS];


char syncstate=0;