Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HumanGamer committed Aug 12, 2021
1 parent 70463dc commit 303b48d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/source/interior/pathedInterior.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ IMPLEMENT_CO_DATABLOCK_V1(PathedInteriorData);

//--------------------------------------------------------------------------

static U32 sNextNetUpdateInit;
static U32 sNextNetUpdateInit = 0;

PathedInteriorData::PathedInteriorData()
{
Expand Down Expand Up @@ -412,8 +412,8 @@ void PathedInterior::unpackUpdate(NetConnection* con, BitStream* stream)
{
Parent::unpackUpdate(con, stream);

MatrixF tempXForm;
Point3F tempScale;
//MatrixF tempXForm;
//Point3F tempScale;

if (stream->readFlag())
{
Expand Down

0 comments on commit 303b48d

Please sign in to comment.