From e5650bb54917ead2dccac9b46dfa1a00cd737694 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 25 Nov 2011 17:00:50 +0200 Subject: Make liquid_alternative_* to be strings --- src/nodedef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index 87f5fce83..645e75e3e 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -193,9 +193,9 @@ struct ContentFeatures // Whether the node is non-liquid, source liquid or flowing liquid enum LiquidType liquid_type; // If the content is liquid, this is the flowing version of the liquid. - content_t liquid_alternative_flowing; + std::string liquid_alternative_flowing; // If the content is liquid, this is the source version of the liquid. - content_t liquid_alternative_source; + std::string liquid_alternative_source; // Viscosity for fluid flow, ranging from 1 to 7, with // 1 giving almost instantaneous propagation and 7 being // the slowest possible -- cgit v1.2.3