Remove trailing whitespace from all files

Surprisingly, there's not a lot of it. There is, however, a lot of mixed
indentation in this project.
This commit is contained in:
Misa
2020-04-02 12:41:33 -07:00
committed by Ethan Lee
parent 6c6b6c68ff
commit 12d5433efc
6 changed files with 22 additions and 22 deletions

View File

@@ -230,7 +230,7 @@ void titleinput()
{
if (game.currentmenuname == "mainmenu")
{
#if defined(MAKEANDPLAY)
if (game.currentmenuoption == 0)
{
@@ -868,7 +868,7 @@ SDL_assert(0 && "Remove open level dir");
}
else if (game.currentmenuname == "options")
{
#if defined(MAKEANDPLAY)
if (game.currentmenuoption == 0)
{
@@ -877,7 +877,7 @@ SDL_assert(0 && "Remove open level dir");
game.createmenu("accessibility");
map.nexttowercolour();
}
else if (game.currentmenuoption == 1)
{
//clear data menu
@@ -925,7 +925,7 @@ SDL_assert(0 && "Remove open level dir");
map.nexttowercolour();
}
}
#elif !defined(MAKEANDPLAY)
if (game.currentmenuoption == 0)
{
@@ -955,7 +955,7 @@ SDL_assert(0 && "Remove open level dir");
game.createmenu("cleardatamenu");
map.nexttowercolour();
}
if(music.mmmmmm){
if (game.currentmenuoption == 4)
{