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");
|
puts("May or may not be complete");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __SDL__
|
#ifdef __UNIXSDL__
|
||||||
MultiMouseInit();
|
MultiMouseInit();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user