diff --git a/dlls/CAd/eagle.cpp b/dlls/CAd/eagle.cpp index c861243c..e4a3b4e4 100644 --- a/dlls/CAd/eagle.cpp +++ b/dlls/CAd/eagle.cpp @@ -1,4 +1,4 @@ -//========= Copyright © 2004-2008, Raven City Team, All rights reserved. ============// +//========= Copyright (c) 2004-2008, Raven City Team, All rights reserved. ============// // // // Purpose: // // // @@ -235,13 +235,6 @@ void CEagle::UpdateSpot( void ) UTIL_TraceLine ( vecSrc, vecSrc + vecAiming * 8192, dont_ignore_monsters, ENT(m_pPlayer->pev), &tr ); UTIL_SetOrigin( m_pEagleLaser->pev, tr.vecEndPos ); - - if ( UTIL_PointContents(tr.vecEndPos) == CONTENT_SKY ) - { - UTIL_Remove( m_pEagleLaser ); - m_pEagleLaser = FALSE; - } - } #endif }