summaryrefslogtreecommitdiff
path: root/src/resources/action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/action.cpp')
-rw-r--r--src/resources/action.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/action.cpp b/src/resources/action.cpp
index 85f716b28..a79614eef 100644
--- a/src/resources/action.cpp
+++ b/src/resources/action.cpp
@@ -28,9 +28,10 @@
#include "debug.h"
-Action::Action() noexcept :
+Action::Action(const std::string &name) noexcept :
MemoryCounter(),
mAnimations(),
+ mCounterName(name),
mNumber(100)
{
}