aboutsummaryrefslogtreecommitdiff
path: root/src/client/content_cao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/content_cao.h')
-rw-r--r--src/client/content_cao.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/content_cao.h b/src/client/content_cao.h
index 320607061..ca1518fb2 100644
--- a/src/client/content_cao.h
+++ b/src/client/content_cao.h
@@ -225,7 +225,9 @@ public:
void updateTexturePos();
- void updateTextures(const std::string &modref);
+ // ffs this HAS TO BE a string copy! See #5739 if you think otherwise
+ // Reason: updateTextures(m_previous_texture_modifier);
+ void updateTextures(std::string mod);
void updateAnimation();