mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-02 15:32:19 +03:00
Fix only one line of mixed indentation in Music.cpp
And this is the winner for having the least amount of mixed indentation that is nonzero.
This commit is contained in:
@@ -220,7 +220,7 @@ void musicclass::init()
|
|||||||
|
|
||||||
void musicclass::play(int t)
|
void musicclass::play(int t)
|
||||||
{
|
{
|
||||||
t = (t % 16);
|
t = (t % 16);
|
||||||
|
|
||||||
if(mmmmmm)
|
if(mmmmmm)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user