Question about code
can somebody tell me if these are the way this is done is right ?
#define reload 0x2420
int CH_reload = 1;
pMenu->AddItem("No Reload", &CH_reload , opt_OffOn);
#define reload 0x2420
int CH_reload = 1;
pMenu->AddItem("No Reload", &CH_reload , opt_OffOn);



im not sure if the addies are right XD i ripped them from google ing -.-