mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
Remove duplicate talkgreen_2 script and alarmon/alarmoff commands
For some reason, there were just exact duplicates of the talkgreen_2 script and alarmon/alarmoff commands. I have no idea why, but cppcheck identified them.
This commit is contained in:
@@ -1156,15 +1156,6 @@ void scriptclass::run()
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (words[0] == "alarmon")
|
||||
{
|
||||
game.alarmon = true;
|
||||
game.alarmdelay = 0;
|
||||
}
|
||||
else if (words[0] == "alarmoff")
|
||||
{
|
||||
game.alarmon = false;
|
||||
}
|
||||
else if (words[0] == "activateteleporter")
|
||||
{
|
||||
i = obj.getteleporter();
|
||||
|
||||
Reference in New Issue
Block a user