about summary refs log tree commit diff
path: root/src/game/client/components/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/effects.h')
-rw-r--r--src/game/client/components/effects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/effects.h b/src/game/client/components/effects.h
index 494c5137..b3924382 100644
--- a/src/game/client/components/effects.h
+++ b/src/game/client/components/effects.h
@@ -21,7 +21,7 @@ public:
 	void AirJump(vec2 Pos);
 	void DamageIndicator(vec2 Pos, vec2 Dir);
 	void PlayerSpawn(vec2 Pos);
-	void PlayerDeath(vec2 Pos, int ClientId);
+	void PlayerDeath(vec2 Pos, int ClientID);
 	void PowerupShine(vec2 Pos, vec2 Size);
 
 	void Update();