summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2016-11-14 15:28:06 +0100
committersfan5 <sfan5@live.de>2016-11-14 15:28:06 +0100
commit5fd1ef9b589419e2464f5599ea47a2f28f4d7b7b (patch)
tree5008360c4d239d5dfff8eee78b5ea79f69e176dc /src/client.h
parent93e3555eae2deaeca69ee252cfa9cc9c3e0e49ef (diff)
downloadminetest-5fd1ef9b589419e2464f5599ea47a2f28f4d7b7b.tar.gz
minetest-5fd1ef9b589419e2464f5599ea47a2f28f4d7b7b.tar.bz2
minetest-5fd1ef9b589419e2464f5599ea47a2f28f4d7b7b.zip
Revert "Adding particle blend, glow and animation (#4705)"
This reverts commit 93e3555eae2deaeca69ee252cfa9cc9c3e0e49ef.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/client.h b/src/client.h
index c51daf7bc..9f5bda059 100644
--- a/src/client.h
+++ b/src/client.h
@@ -35,7 +35,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "hud.h"
#include "particles.h"
#include "network/networkpacket.h"
-#include "nodedef.h" // AnimationType
struct MeshMakeData;
class MapBlockMesh;
@@ -186,14 +185,6 @@ struct ClientEvent
bool collision_removal;
bool vertical;
std::string *texture;
- u32 material_type_param;
- AnimationType animation_type;
- u16 vertical_frame_num;
- u16 horizontal_frame_num;
- u16 first_frame;
- float frame_length;
- bool loop_animation;
- u8 glow;
} spawn_particle;
struct{
u16 amount;
@@ -214,15 +205,6 @@ struct ClientEvent
bool vertical;
std::string *texture;
u32 id;
- u32 material_type_param;
- AnimationType animation_type;
- u16 vertical_frame_num;
- u16 horizontal_frame_num;
- u16 min_first_frame;
- u16 max_first_frame;
- float frame_length;
- bool loop_animation;
- u8 glow;
} add_particlespawner;
struct{
u32 id;