summaryrefslogtreecommitdiff
path: root/src/nodedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodedef.h')
-rw-r--r--src/nodedef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nodedef.h b/src/nodedef.h
index 22ed2f127..1392e51d4 100644
--- a/src/nodedef.h
+++ b/src/nodedef.h
@@ -224,7 +224,8 @@ struct TileDef
}
void serialize(std::ostream &os, u16 protocol_version) const;
- void deSerialize(std::istream &is, const u8 contentfeatures_version, const NodeDrawType drawtype);
+ void deSerialize(std::istream &is, u8 contentfeatures_version,
+ NodeDrawType drawtype);
};
#define CF_SPECIAL_COUNT 6