diff options
Diffstat (limited to 'src/const/resources')
-rw-r--r-- | src/const/resources/spriteaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/const/resources/spriteaction.h b/src/const/resources/spriteaction.h index 988eda378..da865d3df 100644 --- a/src/const/resources/spriteaction.h +++ b/src/const/resources/spriteaction.h @@ -68,7 +68,7 @@ namespace SpriteAction static const std::string DEADWATER("deadwater"); static const std::string DEADRIDE("deadride"); - static const std::string INVALID(""); + static const std::string INVALID; } // namespace SpriteAction #endif // CONST_RESOURCES_SPRITEACTION_H |