diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-17 03:13:05 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-17 03:13:05 -0300 |
| commit | 56bdec57609cd00d7827a3008a9c6b06707097ca (patch) | |
| tree | 08e42a536bf807842de299047195c9ecf5d526ae /src/crmain.cc | |
| parent | 0612480d9beb19b9e90b3a4f1198b3da1fd21f6a (diff) | |
| download | game-56bdec57609cd00d7827a3008a9c6b06707097ca.tar.gz game-56bdec57609cd00d7827a3008a9c6b06707097ca.zip | |
all `crplayer.cc` functions outside `TPlayer`
Diffstat (limited to 'src/crmain.cc')
| -rw-r--r-- | src/crmain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<uint32> *FirstChainCreature; -static vector<TCreature*> CreatureList(0, 10000, 1000); +static vector<TCreature*> CreatureList(0, 10000, 1000, NULL); static priority_queue<uint32, TAttackWave*> AttackWaveQueue(100, 100); static int KilledCreatures[MAX_RACES]; static int KilledPlayers[MAX_RACES]; |
