This commit is contained in:
MihailRis
2024-12-21 13:11:23 +03:00
parent 17161e5981
commit c3f22c6854
7 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
#include "data/dv.hpp"
#include "typedefs.hpp"
struct item_funcs_set {
struct ItemFuncsSet {
bool init : 1;
bool on_use : 1;
bool on_use_on_block : 1;
@@ -43,7 +43,7 @@ struct ItemDef {
struct {
itemid_t id;
blockid_t placingBlock;
item_funcs_set funcsset {};
ItemFuncsSet funcsset {};
bool emissive = false;
} rt {};