feat(Globals): Simplified code, sorry to anyone who has to update their code

This commit is contained in:
Yimura
2022-02-22 01:18:49 +01:00
parent 86522fa238
commit a2d9f04f1e
52 changed files with 609 additions and 598 deletions

View File

@ -10,7 +10,7 @@ namespace big
void looped::weapons_delete_gun()
{
bool bCageGun = g.weapons.custom_weapon == CustomWeapon::DELETE_GUN;
bool bCageGun = g->weapons.custom_weapon == CustomWeapon::DELETE_GUN;
if (bCageGun)
{