From 0cecc1d1a91e7e3b3b5dd8708b7b416d4b907425 Mon Sep 17 00:00:00 2001 From: lhofhansl Date: Mon, 14 May 2018 03:03:39 -0700 Subject: Make sure color returns to normal after a damage flash (#7332) --- src/content_cao.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content_cao.cpp') diff --git a/src/content_cao.cpp b/src/content_cao.cpp index 9344b3370..1955559b5 100644 --- a/src/content_cao.cpp +++ b/src/content_cao.cpp @@ -990,7 +990,7 @@ void GenericCAO::updateTexturePos() } } -void GenericCAO::updateTextures(const std::string &mod) +void GenericCAO::updateTextures(std::string mod) { ITextureSource *tsrc = m_client->tsrc(); -- cgit v1.2.3