1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01:00

fix tab instead of spaces

This commit is contained in:
AllyTally 2020-08-01 16:51:11 -03:00 committed by Ethan Lee
parent 06e5eb38d9
commit 48d7523e34

View file

@ -413,7 +413,7 @@ public:
bool shouldreturntopausemenu;
void returntopausemenu();
void unlockAchievement(const char *name);
void unlockAchievement(const char *name);
bool disablepause;
};