Prevent particle creation when clicking in the menu area

This commit is contained in:
jacksonmj 2012-02-04 09:05:38 +08:00 committed by Simon Robertshaw
parent a722d7a396
commit 24335704b5

View File

@ -2227,7 +2227,7 @@ int main(int argc, char *argv[])
lb = 0; lb = 0;
} }
} }
else if (y<YRES)// mouse is in playing field else if (y<YRES && x<XRES)// mouse is in playing field
{ {
int signi; int signi;