mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -736,6 +736,7 @@ void gamelogic(void)
|
||||
{
|
||||
game.swnmode = false;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case SWN_NONE:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user