We're in 2006.

This commit is contained in:
n-a-c-h
2006-03-25 21:33:58 +00:00
parent 545687c84b
commit 4aa2d92024

View File

@@ -277,7 +277,7 @@ void zstart ()
printf("%s", mydebug);
// Print welcome message.
printf("ZSNES v%s, (c) 1997-2005, ZSNES Team\n", ZVERSION);
printf("ZSNES v%s, (c) 1997-2006, ZSNES Team\n", ZVERSION);
puts("Be sure to check http://www.zsnes.com/ for the latest version.");
puts("Please report crashes to zsnes-devel@lists.sourceforge.net.\n");
puts("ZSNES is written by the ZSNES Team (See AUTHORS.TXT)");
@@ -505,6 +505,8 @@ void MultiMouseProcess()
continue;
}
//printf("Device: %d; Type: %d; Item: %d; Value: %d\n", event.device, event.type, event.item, event.value);
if ((event.device == (mouse^1)) && !MouseWaiting[event.device])
{
MouseMoveX[event.device] = 0;