From c241902b4085573477c996bbcdacaed2d293b38c Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sun, 22 Jan 2012 14:55:55 +0100 Subject: Cleanup (some stuff went wrong when reverting 4-byte mapnodes); fix legacy_wallmounted --- src/mapnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapnode.h') diff --git a/src/mapnode.h b/src/mapnode.h index 1c75f39c5..5e066604b 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -112,7 +112,7 @@ struct MapNode { param1 = a_param1; param2 = a_param2; - // Set content (param0 and param2&0xf0)) after other params + // Set content (param0 and (param2&0xf0)) after other params // because this needs to override part of param2 setContent(content); } -- cgit v1.2.3