diff options
| author | RealBadAngel <maciej.kasatkin@o2.pl> | 2015-06-22 04:34:56 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2015-06-27 03:42:01 +0200 |
| commit | ffd16e3feca90c356c55898de2b9f3f5c6bc5c98 (patch) | |
| tree | 8fb350ba1d2afaa39b9d333290e16a68168a4ddd /src/nodedef.h | |
| parent | 3376d2e114767eef06b87645edefcd2d42696919 (diff) | |
| download | dragonfireclient-ffd16e3feca90c356c55898de2b9f3f5c6bc5c98.tar.xz | |
Add minimap feature
Diffstat (limited to 'src/nodedef.h')
| -rw-r--r-- | src/nodedef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nodedef.h b/src/nodedef.h index 3a5e5228d..bbce6ba3e 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -194,6 +194,7 @@ struct ContentFeatures std::string mesh; #ifndef SERVER scene::IMesh *mesh_ptr[24]; + video::SColor minimap_color; #endif float visual_scale; // Misc. scale parameter TileDef tiledef[6]; @@ -202,6 +203,7 @@ struct ContentFeatures // Post effect color, drawn when the camera is inside the node. video::SColor post_effect_color; + // Type of MapNode::param1 ContentParamType param_type; // Type of MapNode::param2 |
