17.10.2010, 08:50
#define VMENU 1
#define WMENU 1
and then...
if(dialogid == VMENU)
{
and...
if(dialogid == WMENU)
{
there is not difference, dialogid is 1 in each cases...
it's wrong, just change the define WMENU from 1 to 2
#define WMENU 1
and then...
if(dialogid == VMENU)
{
and...
if(dialogid == WMENU)
{
there is not difference, dialogid is 1 in each cases...
it's wrong, just change the define WMENU from 1 to 2