Fix more typos

This commit is contained in:
Bronzehawk75 2024-02-18 18:42:56 -05:00
parent bdfcb4c5af
commit 0a16eb993f

View File

@ -1844,9 +1844,9 @@ void CNPC_CombineDropship::InputDropMines( inputdata_t &inputdata )
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
void CNPC_CombineDropship::InputDropStrider( inputdata_t& inputdata )
void CNPC_CombineDropship::InputDropStrider( inputdata_t &inputdata )
{
if ( !m_hContainer || !FClassnameIs ( m_hContainer, "npc_strider" ) )
if ( !m_hContainer || !FClassnameIs( m_hContainer, "npc_strider" ) )
{
Warning("npc_combinedropship %s was told to drop Strider, but isn't carrying one!\n", STRING(GetEntityName()) );
return;