mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-06-05 02:12:10 +03:00
Fix more typos
This commit is contained in:
parent
bdfcb4c5af
commit
0a16eb993f
@ -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()) );
|
Warning("npc_combinedropship %s was told to drop Strider, but isn't carrying one!\n", STRING(GetEntityName()) );
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user