1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-01 02:23:32 +02:00

Remove unused variable from gamestate 115

For some reason it called obj.getplayer() and did nothing with the
result. Weird. But it does say "Test script for space station" above.

Removing this fixes an 'unused variable' warning.
This commit is contained in:
Misa 2020-09-08 00:57:29 -07:00 committed by Ethan Lee
parent fad0071966
commit a098448e89

View File

@ -1558,11 +1558,8 @@ void Game::updatestate()
//
// Test script for space station, totally delete me!
//
{
int i = obj.getplayer();
hascontrol = false;
state++;
}
break;
case 116:
advancetext = true;