1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-23 04:58:30 +02: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:
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

@ -79,24 +79,6 @@ public:
void starttrial(int t);
void telegotoship()
{
//Special function to move the telesave to the ship teleporter.
//telecookie.data.savex = 13*8;
//telecookie.data.savey = 129;
//telecookie.data.saverx = 102;
//telecookie.data.savery = 111;
//telecookie.data.savegc = 0;
//telecookie.data.savedir = 1;
//telecookie.data.savepoint = 0;
//telecookie.data.currentsong = 4;
//telecookie.data.companion = 0;
//telecookie.data.finalmode = false;
//telecookie.data.finalstretch = false;
}
void swnpenalty();
void deathsequence();

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;