summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/client.h b/src/client.h
index 696385a9a..f59588680 100644
--- a/src/client.h
+++ b/src/client.h
@@ -186,8 +186,8 @@ struct ClientEvent
f32 camera_point_target_z;
} deathscreen;
struct{
- std::string* formspec;
- std::string* formname;
+ std::string *formspec;
+ std::string *formname;
} show_formspec;
struct{
} textures_updated;
@@ -221,24 +221,24 @@ struct ClientEvent
u32 id;
} delete_particlespawner;
struct{
- u32 id;
- u8 type;
- v2f* pos;
- std::string* name;
- v2f* scale;
- std::string* text;
- u32 number;
- u32 item;
- u32 dir;
+ u32 id;
+ u8 type;
+ v2f *pos;
+ std::string *name;
+ v2f *scale;
+ std::string *text;
+ u32 number;
+ u32 item;
+ u32 dir;
} hudadd;
struct{
u32 id;
} hudrm;
struct{
u32 id;
- u8 stat;
- v2f* v2fdata;
- std::string* sdata;
+ HudElementStat stat;
+ v2f *v2fdata;
+ std::string *sdata;
u32 data;
} hudchange;
};