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:
Misa
2020-04-01 15:51:17 -07:00
committed by Ethan Lee
parent 4f318e1ee1
commit 66b3c32899
2 changed files with 0 additions and 19 deletions

View File

@@ -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;