aboutsummaryrefslogtreecommitdiff
path: root/src/crplayer.cc
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-07-01 20:41:31 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-07-01 20:41:31 -0300
commitaaf198773fd8e041b0976cc0682e83f8acf394d0 (patch)
tree5fcf0b6b1b927dda842ae98b041463cdafd14126 /src/crplayer.cc
parent11ae3d0e42293d01b4d729ed5b6fceb8f0ec3fa5 (diff)
downloadgame-aaf198773fd8e041b0976cc0682e83f8acf394d0.tar.gz
game-aaf198773fd8e041b0976cc0682e83f8acf394d0.zip
beginning of `query.cc`
Diffstat (limited to 'src/crplayer.cc')
-rw-r--r--src/crplayer.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crplayer.cc b/src/crplayer.cc
index a53e676..e5874be 100644
--- a/src/crplayer.cc
+++ b/src/crplayer.cc
@@ -8,8 +8,6 @@
#include "threads.hh"
#include "writer.hh"
-#include "stubs.hh"
-
static Semaphore PlayerMutex(1);
static vector<TPlayer*> PlayerList(0, 100, 10, NULL);
static int FirstFreePlayer;