diff options
Diffstat (limited to 'mp/src/game/shared/baseprojectile.cpp')
| -rw-r--r-- | mp/src/game/shared/baseprojectile.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mp/src/game/shared/baseprojectile.cpp b/mp/src/game/shared/baseprojectile.cpp index 54a0e9bc..f2ff3fdd 100644 --- a/mp/src/game/shared/baseprojectile.cpp +++ b/mp/src/game/shared/baseprojectile.cpp @@ -20,6 +20,11 @@ BEGIN_NETWORK_TABLE( CBaseProjectile, DT_BaseProjectile ) END_NETWORK_TABLE() +#ifndef CLIENT_DLL +IMPLEMENT_AUTO_LIST( IBaseProjectileAutoList ); +#endif // !CLIENT_DLL + + //----------------------------------------------------------------------------- // Purpose: Constructor. //----------------------------------------------------------------------------- |