Fix macOS not liking unconsequential fallthroughs

This is technically a fallthrough, but it is literally inconsequential.
Apparently, though, Apple Clang hates it.
This commit is contained in:
Misa
2023-06-05 18:02:24 -07:00
parent 8e3ec9aeef
commit 404204172c

View File

@@ -736,6 +736,7 @@ void gamelogic(void)
{
game.swnmode = false;
}
break;
}
case SWN_NONE:
break;