aboutsummaryrefslogtreecommitdiff
path: root/src/crplayer.cc
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-24 15:02:38 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-24 15:02:38 -0300
commit8bc2e5dc3a523af471065752a534d20d878c60b0 (patch)
treed39080ec0f265227fd326588c82742771d370228 /src/crplayer.cc
parentbdfcbb2f0edee2679bfe588df55e9f99bd837510 (diff)
downloadgame-8bc2e5dc3a523af471065752a534d20d878c60b0.tar.gz
game-8bc2e5dc3a523af471065752a534d20d878c60b0.zip
most of `crnonpl.cc`
Diffstat (limited to 'src/crplayer.cc')
-rw-r--r--src/crplayer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crplayer.cc b/src/crplayer.cc
index 5c28855..2660c04 100644
--- a/src/crplayer.cc
+++ b/src/crplayer.cc
@@ -8,8 +8,8 @@
#include "stubs.hh"
static Semaphore PlayerMutex(1);
-static int FirstFreePlayer;
static vector<TPlayer*> PlayerList(0, 100, 10, NULL);
+static int FirstFreePlayer;
static Semaphore PlayerDataPoolMutex(1);
static TPlayerData PlayerDataPool[2000];