X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=entity.c;fp=entity.c;h=f5e8004510d104c3eb9799b572a6e9c168cef7d6;hb=4c95c9c3e6033cd1360adacef3c80fc4da933715;hp=1e85e565ecd89ce8ceafbe0316998e1c7b185e51;hpb=d43d7f62ff83799b6d99221d881179814cb239a6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/entity.c b/entity.c index 1e85e56..f5e8004 100644 --- a/entity.c +++ b/entity.c @@ -17,6 +17,8 @@ VG_STATIC void entity_call( world_instance *world, ent_call *call ) ent_audio_call( world, call ); } else if( type == k_ent_skateshop ){ ent_skateshop_call( world, call ); + } else if( type == k_ent_ccmd ){ + ent_ccmd_call( world, call ); } }