Fixed mouse getting stuck in endless loop when clicking homepage button in about window

This commit is contained in:
pagefault
2003-02-23 02:58:06 +00:00
parent ce8bea8b5e
commit 84d38d7cd1

View File

@@ -2825,6 +2825,8 @@ void SetMouseY(int Y)
void ZsnesPage() void ZsnesPage()
{ {
ShellExecute(NULL, NULL, "http://www.zsnes.com/", NULL, NULL, 0); ShellExecute(NULL, NULL, "http://www.zsnes.com/", NULL, NULL, 0);
MouseX = 0;
MouseY = 0;
} }
} }