Skip to content

Commit

Permalink
* Filter EV_ACTOR_END_SHOOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkRain committed Jun 5, 2014
1 parent 6b90847 commit 58580c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/battlescape/events/e_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const eventRegister_t events[] = {
{E(EV_ACTOR_SHOOT), "ssbsbbbbbppb", CL_ActorDoShoot, CL_ActorDoShootTime, nullptr}, /**< @sa NET_WriteDir */
{E(EV_ACTOR_SHOOT_HIDDEN), "bsbb", CL_ActorShootHidden, CL_ActorShootHiddenTime, nullptr},
{E(EV_ACTOR_THROW), "ssbbbpp", CL_ActorDoThrow, CL_ActorDoThrowTime, nullptr},
{E(EV_ACTOR_END_SHOOT), "s", CL_ActorEndShoot, CL_ActorEndShootTime, nullptr},
{E(EV_ACTOR_END_SHOOT), "s", CL_ActorEndShoot, CL_ActorEndShootTime, CL_CheckDefault},

{E(EV_ACTOR_DIE), "ssbb", CL_ActorDie, CL_ActorDieTime, CL_CheckDefault},
{E(EV_ACTOR_REVITALISED), "ss", CL_ActorRevitalised, nullptr, CL_CheckDefault},
Expand Down

0 comments on commit 58580c9

Please sign in to comment.