From 56bdec57609cd00d7827a3008a9c6b06707097ca Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 17 Jun 2025 03:13:05 -0300 Subject: all `crplayer.cc` functions outside `TPlayer` --- src/crmain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crmain.cc') diff --git a/src/crmain.cc b/src/crmain.cc index c6a8b74..f29a992 100644 --- a/src/crmain.cc +++ b/src/crmain.cc @@ -16,7 +16,7 @@ static uint32 NextCreatureID; static int FirstFreeCreature; static TCreature *HashList[1000]; static matrix *FirstChainCreature; -static vector CreatureList(0, 10000, 1000); +static vector CreatureList(0, 10000, 1000, NULL); static priority_queue AttackWaveQueue(100, 100); static int KilledCreatures[MAX_RACES]; static int KilledPlayers[MAX_RACES]; -- cgit v1.2.3