From f56bb35301836e56582a575a75864392a0177875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Mon, 2 Dec 2013 19:31:46 -0800 Subject: Fix line endings. WHAMMY. --- mp/src/game/client/interpolatedvar.cpp | 60 +++++++++++++++++----------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'mp/src/game/client/interpolatedvar.cpp') diff --git a/mp/src/game/client/interpolatedvar.cpp b/mp/src/game/client/interpolatedvar.cpp index 582ef915..44caf808 100644 --- a/mp/src/game/client/interpolatedvar.cpp +++ b/mp/src/game/client/interpolatedvar.cpp @@ -1,30 +1,30 @@ -//========= Copyright Valve Corporation, All rights reserved. ============// -// -// Purpose: -// -//=============================================================================// - -#include "cbase.h" -#include "interpolatedvar.h" - -// memdbgon must be the last include file in a .cpp file!!! -#include "tier0/memdbgon.h" - -// warning C4660: template-class specialization 'CInterpolatedVar' is already instantiated -#pragma warning( disable : 4660 ) - -template class CInterpolatedVar; -template class CInterpolatedVar; -template class CInterpolatedVar; -template class CInterpolatedVar; - - -CInterpolationContext *CInterpolationContext::s_pHead = NULL; -bool CInterpolationContext::s_bAllowExtrapolation = false; -float CInterpolationContext::s_flLastTimeStamp = 0; - -float g_flLastPacketTimestamp = 0; - - -ConVar cl_extrapolate_amount( "cl_extrapolate_amount", "0.25", FCVAR_CHEAT, "Set how many seconds the client will extrapolate entities for." ); - +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//=============================================================================// + +#include "cbase.h" +#include "interpolatedvar.h" + +// memdbgon must be the last include file in a .cpp file!!! +#include "tier0/memdbgon.h" + +// warning C4660: template-class specialization 'CInterpolatedVar' is already instantiated +#pragma warning( disable : 4660 ) + +template class CInterpolatedVar; +template class CInterpolatedVar; +template class CInterpolatedVar; +template class CInterpolatedVar; + + +CInterpolationContext *CInterpolationContext::s_pHead = NULL; +bool CInterpolationContext::s_bAllowExtrapolation = false; +float CInterpolationContext::s_flLastTimeStamp = 0; + +float g_flLastPacketTimestamp = 0; + + +ConVar cl_extrapolate_amount( "cl_extrapolate_amount", "0.25", FCVAR_CHEAT, "Set how many seconds the client will extrapolate entities for." ); + -- cgit v1.2.3