feat(Globals): Added custom_weapon

This commit is contained in:
Yimura 2021-05-19 15:32:51 +02:00
parent c6bca711ee
commit 29526040c7
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

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;