diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/localplayer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp index 5cb77692..78dac6f8 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -289,6 +289,7 @@ void LocalPlayer::setDestination(Uint16 x, Uint16 y) mDestY = y; Net::GameServer::Player::walk(x, y); + particleEngine->addEffect("graphics/particles/hit.particle.xml", x, y); } mPickUpTarget = NULL; |