summaryrefslogtreecommitdiff
path: root/src/wieldmesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wieldmesh.h')
-rw-r--r--src/wieldmesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wieldmesh.h b/src/wieldmesh.h
index b7739f18c..933b53763 100644
--- a/src/wieldmesh.h
+++ b/src/wieldmesh.h
@@ -41,7 +41,7 @@ public:
void setCube(const TileSpec tiles[6],
v3f wield_scale, ITextureSource *tsrc);
void setExtruded(const std::string &imagename,
- v3f wield_scale, ITextureSource *tsrc);
+ v3f wield_scale, ITextureSource *tsrc, u8 num_frames);
void setItem(const ItemStack &item, IGameDef *gamedef);
// Sets the vertex color of the wield mesh.