Fixed ManyMouse on *nix, it's __UNIXSDL__ not __SDL__.

This commit is contained in:
n-a-c-h
2006-03-26 23:06:39 +00:00
parent 068ed5124d
commit 968eda17e3

View File

@@ -289,7 +289,7 @@ void zstart ()
puts("May or may not be complete");
#endif
#ifdef __SDL__
#ifdef __UNIXSDL__
MultiMouseInit();
#endif