summaryrefslogtreecommitdiff
path: root/src/resources/spriteaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/spriteaction.h')
-rw-r--r--src/resources/spriteaction.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/resources/spriteaction.h b/src/resources/spriteaction.h
index e1504e69c..d46150a46 100644
--- a/src/resources/spriteaction.h
+++ b/src/resources/spriteaction.h
@@ -49,18 +49,25 @@ namespace SpriteAction
static const std::string CAST_MAGIC("magic");
static const std::string USE_ITEM("item");
static const std::string SPAWN("spawn");
+
static const std::string FLY("fly");
static const std::string SWIM("swim");
+ static const std::string RIDE("ride");
static const std::string STANDSKY("standsky");
static const std::string STANDWATER("standwater");
+ static const std::string STANDRIDE("standride");
static const std::string SITSKY("sitsky");
static const std::string SITWATER("sitwater");
+ static const std::string SITRIDE("sitride");
static const std::string ATTACKSKY("attacksky");
static const std::string ATTACKWATER("attackwater");
+ static const std::string ATTACKRIDE("attackride");
static const std::string SPAWNSKY("spawnsky");
static const std::string SPAWNWATER("spawnwater");
+ static const std::string SPAWNRIDE("spawnride");
static const std::string DEADSKY("deadsky");
static const std::string DEADWATER("deadwater");
+ static const std::string DEADRIDE("deadride");
static const std::string INVALID("");
} // namespace SpriteAction