summaryrefslogtreecommitdiff
path: root/src/game/client/components/ghost.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/ghost.cpp')
-rw-r--r--src/game/client/components/ghost.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/client/components/ghost.cpp b/src/game/client/components/ghost.cpp
index 2ceb57e89..993c8e048 100644
--- a/src/game/client/components/ghost.cpp
+++ b/src/game/client/components/ghost.cpp
@@ -248,7 +248,6 @@ void CGhost::OnRender()
if(pGhost->Empty())
continue;
- bool End = false;
int GhostTick = pGhost->m_StartTick + PlaybackTick;
while(pGhost->m_PlaybackPos >= 0 && pGhost->m_Path.Get(pGhost->m_PlaybackPos)->m_Tick < GhostTick)
{