add source-sdk-2013

This commit is contained in:
nillerusr
2022-03-01 23:00:42 +03:00
parent 88b8830e8b
commit edc8d6c584
3288 changed files with 3731 additions and 1062455 deletions
+1 -8
View File
@@ -140,7 +140,7 @@ typedef enum
VOTE_FAILED_ISSUE_DISABLED,
VOTE_FAILED_MAP_NOT_FOUND,
VOTE_FAILED_MAP_NAME_REQUIRED,
VOTE_FAILED_ON_COOLDOWN,
VOTE_FAILED_FAILED_RECENTLY,
VOTE_FAILED_TEAM_CANT_CALL,
VOTE_FAILED_WAITINGFORPLAYERS,
VOTE_FAILED_PLAYERNOTFOUND,
@@ -151,9 +151,6 @@ typedef enum
VOTE_FAILED_MAP_NOT_VALID,
VOTE_FAILED_CANNOT_KICK_FOR_TIME,
VOTE_FAILED_CANNOT_KICK_DURING_ROUND,
VOTE_FAILED_VOTE_IN_PROGRESS,
VOTE_FAILED_KICK_LIMIT_REACHED,
VOTE_FAILED_KICK_DENIED_BY_GC,
// TF-specific?
VOTE_FAILED_MODIFICATION_ALREADY_ACTIVE,
@@ -458,7 +455,6 @@ enum {
OBS_MODE_FIXED, // view from a fixed camera position
OBS_MODE_IN_EYE, // follow a player in first person view
OBS_MODE_CHASE, // follow a player in third person view
OBS_MODE_POI, // PASSTIME point of interest - game objective, big fight, anything interesting; added in the middle of the enum due to tons of hard-coded "<ROAMING" enum compares
OBS_MODE_ROAMING, // free roaming
NUM_OBSERVER_MODES,
@@ -692,7 +688,6 @@ struct FireBulletsInfo_t
m_vecDirShooting.Init( VEC_T_NAN, VEC_T_NAN, VEC_T_NAN );
#endif
m_bPrimaryAttack = true;
m_bUseServerRandomSeed = false;
}
FireBulletsInfo_t( int nShots, const Vector &vecSrc, const Vector &vecDir, const Vector &vecSpread, float flDistance, int nAmmoType, bool bPrimaryAttack = true )
@@ -711,7 +706,6 @@ struct FireBulletsInfo_t
m_pAdditionalIgnoreEnt = NULL;
m_flDamageForceScale = 1.0f;
m_bPrimaryAttack = bPrimaryAttack;
m_bUseServerRandomSeed = false;
}
int m_iShots;
@@ -728,7 +722,6 @@ struct FireBulletsInfo_t
CBaseEntity *m_pAttacker;
CBaseEntity *m_pAdditionalIgnoreEnt;
bool m_bPrimaryAttack;
bool m_bUseServerRandomSeed;
};
//-----------------------------------------------------------------------------