mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove useless function Game::telegotoship()
This function does absolutely nothing. It is, however, called once in gamecompletelogic2(), making it technically used.
This commit is contained in:
@@ -116,7 +116,6 @@ void gamecompletelogic2()
|
||||
music.currentsong=4;
|
||||
game.savetele();
|
||||
music.currentsong=tmp;
|
||||
game.telegotoship();
|
||||
//Return to game
|
||||
map.colstate = 10;
|
||||
game.gamestate = 1;
|
||||
|
||||
Reference in New Issue
Block a user