mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +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)
|
||||
{
|
||||
t = (t % 16);
|
||||
t = (t % 16);
|
||||
|
||||
if(mmmmmm)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user