From af322405454191846507b91251d655c2b0aa864b Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 1 Dec 2011 23:33:48 +0200 Subject: Players are more like objects + related stuff --- src/tooldef.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tooldef.h') diff --git a/src/tooldef.h b/src/tooldef.h index 9741d7088..aa4cb6931 100644 --- a/src/tooldef.h +++ b/src/tooldef.h @@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., struct ToolDiggingProperties { // time = basetime + sum(feature here * feature in MaterialProperties) + float full_punch_interval; float basetime; float dt_weight; float dt_crackiness; @@ -37,7 +38,7 @@ struct ToolDiggingProperties float dd_crumbliness; float dd_cuttability; - ToolDiggingProperties( + ToolDiggingProperties(float full_punch_interval_=1.0, float a=0.75, float b=0, float c=0, float d=0, float e=0, float f=50, float g=0, float h=0, float i=0, float j=0); }; -- cgit v1.2.3