mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01: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:
parent
b0e1079611
commit
e73966f2b7
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ void musicclass::init()
|
|||
|
||||
void musicclass::play(int t)
|
||||
{
|
||||
t = (t % 16);
|
||||
t = (t % 16);
|
||||
|
||||
if(mmmmmm)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue