1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-08 18:09:45 +01:00

add newline at the end of game.cpp

This commit is contained in:
AllyTally 2020-08-01 17:04:37 -03:00 committed by Ethan Lee
parent 0cc765ce7d
commit d813956879

View file

@ -7366,4 +7366,4 @@ void Game::unlockAchievement(const char *name) {
#if !defined(MAKEANDPLAY)
if (!map.custommode) NETWORK_unlockAchievement(name);
#endif
}
}