mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-24 14:49:27 +00:00
commit
6492028bb2
26 changed files with 79 additions and 52 deletions
|
|
@ -208,6 +208,8 @@ GameConnection::GameConnection()
|
|||
|
||||
mAIControlled = false;
|
||||
|
||||
mLastPacketTime = 0;
|
||||
|
||||
mDisconnectReason[0] = 0;
|
||||
|
||||
//blackout vars
|
||||
|
|
|
|||
|
|
@ -3339,6 +3339,6 @@ void ShapeBase::ejectShellCasing( U32 imageSlot )
|
|||
|
||||
if (!casing->registerObject())
|
||||
delete casing;
|
||||
|
||||
casing->init( shellPos, shellVel );
|
||||
else
|
||||
casing->init( shellPos, shellVel );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue