diff --git a/singe/singe.c b/singe/singe.c index 3bf324a64..35375f1c5 100644 --- a/singe/singe.c +++ b/singe/singe.c @@ -3885,7 +3885,7 @@ void singe(SDL_Window *window, SDL_Renderer *renderer, ConfigT *conf) { _global.mouseCount = ManyMouse_Init(); //utilSay("***DEBUG*** Mouse Driver: %s", ManyMouse_DriverName()); //utilSay("***DEBUG*** Mice Found: %d", _global.mouseCount); - if ((_global.mouseCount < 1) || !_global.mouseEnabled) utilDie("No mice detected."); + if ((_global.mouseCount < 1) && _global.mouseEnabled) utilDie("No mice detected."); if (_global.mouseCount > MAX_MICE) { _global.mouseCount = MAX_MICE; }