From 6bb9de3cc63ea2e8a848ffda222a5e66cb7c5f45 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 3 Feb 2011 15:59:59 +0200 Subject: a little backwards compatibility with coal --- src/mapnode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mapnode.h') diff --git a/src/mapnode.h b/src/mapnode.h index 4385f9acf..5392e7866 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -638,6 +638,8 @@ struct MapNode } // Translate deprecated stuff + // NOTE: This doesn't get used because MapBlock handles node + // parameters directly MapNode *translate_to = content_features(d).translate_to; if(translate_to) { -- cgit v1.2.3