From 68926c15e6d31c4af90bce9ec57aa39f839d7d6b Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Wed, 3 Dec 2008 12:30:11 -0700 Subject: Add an effects manager (patch by Kage Jittai) NOTE: This patch demonstrates the need to fix pixel coordinates in the eAthena client. Bjorn did the movement patch in the TMWClient, however, I still haven't got that fully working with the merges. It's likely that a clone will be developed to tackle this problem. Signed-off-by: Ira Rice --- src/player.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index 8b1c8dcb..c91ad3c2 100644 --- a/src/player.h +++ b/src/player.h @@ -78,14 +78,6 @@ class Player : public Being */ void flash(int time); - /** - * Triggers a visual/audio effect, such as `level up' - * - * \param effect_id ID of the effect to trigger - */ - virtual void - triggerEffect(int effectId) { internalTriggerEffect(effectId, true, true); } - protected: void updateCoords(); private: -- cgit v1.2.3-60-g2f50