mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-02-03 06:35:02 +01:00
Fix mixed indentation
The editors I use replace tabs with spaces, so I never really thought about mixed indentation happening. Whoops.
This commit is contained in:
parent
1b0b1d32e8
commit
805992a1e1
2 changed files with 2 additions and 2 deletions
|
@ -287,7 +287,7 @@ public:
|
||||||
|
|
||||||
std::map<int, int> font_positions;
|
std::map<int, int> font_positions;
|
||||||
|
|
||||||
SDL_Surface* ghostbuffer;
|
SDL_Surface* ghostbuffer;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern Graphics graphics;
|
extern Graphics graphics;
|
||||||
|
|
|
@ -3151,7 +3151,7 @@ void scriptclass::startgamemode( int t )
|
||||||
game.customstart();
|
game.customstart();
|
||||||
game.jumpheld = true;
|
game.jumpheld = true;
|
||||||
|
|
||||||
ed.ghosts.clear();
|
ed.ghosts.clear();
|
||||||
|
|
||||||
map.custommode = true;
|
map.custommode = true;
|
||||||
map.customx = 100;
|
map.customx = 100;
|
||||||
|
|
Loading…
Add table
Reference in a new issue