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;
|
game.swnmode = false;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case SWN_NONE:
|
case SWN_NONE:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user