mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -53,7 +53,7 @@ private:
|
||||
Vector deltavelocity;
|
||||
trace_t trace;
|
||||
|
||||
touchlist_t() {}
|
||||
touchlist_t() = default;
|
||||
|
||||
private:
|
||||
touchlist_t( const touchlist_t &src );
|
||||
@@ -278,4 +278,4 @@ void CMoveHelperClient::PlayerSetAnimation( PLAYER_ANIM eAnim )
|
||||
bool CMoveHelperClient::IsWorldEntity( const CBaseHandle &handle )
|
||||
{
|
||||
return handle == cl_entitylist->GetNetworkableHandle( 0 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user