Skip to content

Commit

Permalink
Fixed a hifi bug
Browse files Browse the repository at this point in the history
  • Loading branch information
HumanGamer committed May 29, 2021
1 parent f7cc400 commit 61cedf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/source/game/gameConnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ void GameConnection::readPacket(BitStream* bstream)
totalCatchup = mLastClientMove - mFirstMoveIndex;

getCurrentClientProcessList()->ageTickCache(ourTicks + (tickDiff > 0 ? tickDiff : 0), totalCatchup + 1);
getCurrentClientProcessList()->forceHifiReset(tickDiff != 0);
//getCurrentClientProcessList()->forceHifiReset(tickDiff != 0);

mDamageFlash = 0;
mWhiteOut = 0;
Expand Down

0 comments on commit 61cedf3

Please sign in to comment.