diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/localplayer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index 0bc0e51ed..f3ec36a14 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -118,6 +118,7 @@ extern SkillDialog *skillDialog; LocalPlayer::LocalPlayer(const BeingId id, const BeingTypeId subtype) : Being(id, ActorType::Player, subtype, nullptr), + ActorSpriteListener(), AttributeListener(), PlayerDeathListener(), StatListener(), |