blob: c9cef1f4ab368300e57ff936fc7a2a84d8848740 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//
// dummy.c
// Duke3D
//
// Created by fabien sanglard on 12-12-12.
// Copyright (c) 2012 fabien sanglard. All rights reserved.
//
#include "build.h"
short numplayers = 1, myconnectindex = 0;
short connecthead, connectpoint2[MAXPLAYERS];
//uint8_t syncstate=0;
|