Fixed ManyMouse on *nix, it's __UNIXSDL__ not __SDL__.
This commit is contained in:
@@ -289,7 +289,7 @@ void zstart ()
|
||||
puts("May or may not be complete");
|
||||
#endif
|
||||
|
||||
#ifdef __SDL__
|
||||
#ifdef __UNIXSDL__
|
||||
MultiMouseInit();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user