Haiku: Keep the option visible, but note the bug

This commit is contained in:
Ethan Lee
2020-07-08 14:43:04 -04:00
parent 86fde7bf99
commit 2716296a10
3 changed files with 6 additions and 6 deletions

View File

@@ -367,15 +367,15 @@ void menuactionpress()
game.over30mode = !game.over30mode;
game.savestats();
break;
#ifndef __HAIKU__ // FIXME: Remove after SDL VSync bug is fixed! -flibit
case 6:
//toggle vsync
music.playef(11);
#ifndef __HAIKU__ // FIXME: Remove after SDL VSync bug is fixed! -flibit
graphics.screenbuffer->vsync = !graphics.screenbuffer->vsync;
graphics.screenbuffer->resetRendererWorkaround();
game.savestats();
break;
#endif
break;
default:
//back
music.playef(11);