Fixed deadlock when moving players to other worlds.
Fixes #1039, fixes #851
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ void cBlaze::Attack(float a_Dt)
|
||||
{
|
||||
return;
|
||||
}
|
||||
if (!FireCharge->Initialize(m_World))
|
||||
if (!FireCharge->Initialize(*m_World))
|
||||
{
|
||||
delete FireCharge;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user