From fa736e138c2eb04f50bcc0431fc5a0435bf34bc6 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 4 Apr 2011 05:12:33 +0300 Subject: fully implemented the sign with the new framework --- src/mapnode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapnode.cpp') diff --git a/src/mapnode.cpp b/src/mapnode.cpp index c8a7e504c..cb8bf7c42 100644 --- a/src/mapnode.cpp +++ b/src/mapnode.cpp @@ -307,7 +307,7 @@ void init_mapnode() f->wall_mounted = true; f->dug_item = std::string("MaterialItem ")+itos(i)+" 1"; if(f->initial_metadata == NULL) - f->initial_metadata = new SignNodeMetadata(); + f->initial_metadata = new SignNodeMetadata("Some sign"); } -- cgit v1.2.3