mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -1558,11 +1558,8 @@ void Game::updatestate()
|
|||||||
//
|
//
|
||||||
// Test script for space station, totally delete me!
|
// Test script for space station, totally delete me!
|
||||||
//
|
//
|
||||||
{
|
|
||||||
int i = obj.getplayer();
|
|
||||||
hascontrol = false;
|
hascontrol = false;
|
||||||
state++;
|
state++;
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case 116:
|
case 116:
|
||||||
advancetext = true;
|
advancetext = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user