MAGAZINE_NOTEMPTY
#define MAGAZINE_NOTEMPTY(mp) (mp->rounds != 0)
#define MAGAZINE_NOTEMPTY(mag) (mag->rounds != 0)