Remove programmable pre-signal calls to DebugPrintProgram
This commit is contained in:
@@ -31,7 +31,6 @@ SignalProgram::SignalProgram(TileIndex tile, Track track, bool raw)
|
|||||||
|
|
||||||
SignalProgram::~SignalProgram()
|
SignalProgram::~SignalProgram()
|
||||||
{
|
{
|
||||||
this->DebugPrintProgram();
|
|
||||||
this->first_instruction->Remove();
|
this->first_instruction->Remove();
|
||||||
delete this->first_instruction;
|
delete this->first_instruction;
|
||||||
delete this->last_instruction;
|
delete this->last_instruction;
|
||||||
|
@@ -151,8 +151,6 @@ static void Save_SPRG()
|
|||||||
i != e; ++i) {
|
i != e; ++i) {
|
||||||
SignalProgram *prog = i->second;
|
SignalProgram *prog = i->second;
|
||||||
|
|
||||||
prog->DebugPrintProgram();
|
|
||||||
|
|
||||||
WriteVLI(b, prog->tile);
|
WriteVLI(b, prog->tile);
|
||||||
WriteVLI(b, prog->track);
|
WriteVLI(b, prog->track);
|
||||||
WriteVLI(b, prog->instructions.size());
|
WriteVLI(b, prog->instructions.size());
|
||||||
@@ -307,7 +305,6 @@ static void Load_SPRG()
|
|||||||
}
|
}
|
||||||
|
|
||||||
DoFixups(l, sp->instructions);
|
DoFixups(l, sp->instructions);
|
||||||
sp->DebugPrintProgram();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user