mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01: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:
parent
4f318e1ee1
commit
66b3c32899
2 changed files with 0 additions and 19 deletions
|
@ -79,24 +79,6 @@ public:
|
||||||
|
|
||||||
void starttrial(int t);
|
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 swnpenalty();
|
||||||
|
|
||||||
void deathsequence();
|
void deathsequence();
|
||||||
|
|
|
@ -116,7 +116,6 @@ void gamecompletelogic2()
|
||||||
music.currentsong=4;
|
music.currentsong=4;
|
||||||
game.savetele();
|
game.savetele();
|
||||||
music.currentsong=tmp;
|
music.currentsong=tmp;
|
||||||
game.telegotoship();
|
|
||||||
//Return to game
|
//Return to game
|
||||||
map.colstate = 10;
|
map.colstate = 10;
|
||||||
game.gamestate = 1;
|
game.gamestate = 1;
|
||||||
|
|
Loading…
Reference in a new issue