feat(Globals): Added custom_weapon

This commit is contained in:
Yimura 2021-05-19 15:32:51 +02:00
parent ce39de3264
commit 5b4107a1f2

View File

@ -8,7 +8,12 @@ struct globals {
bool noclip = false;
};
struct weapons {
int custom_weapon = -1;
};
self self{};
weapons weapons{};
};
extern struct globals g;