mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
ifndef linux again for the LoadItemLocations issue
This commit is contained in:
parent
c16f153485
commit
bede7e003a
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue