ifndef linux again for the LoadItemLocations issue

This commit is contained in:
briaguya 2022-05-29 15:22:53 -04:00
commit bede7e003a

View file

@ -255,7 +255,9 @@ static void gfx_sdl_handle_events(void) {
}
break;
case SDL_DROPFILE:
#ifndef __linux__
LoadItemLocations(event.drop.file);
#endif
break;
case SDL_QUIT:
exit(0);