mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 06:49:19 +02:00
build 171025: finished initial refactoring of ground class, fixes for text parser to prevent some cases of eternal parameter loops
This commit is contained in:
10
Event.cpp
10
Event.cpp
@@ -1263,16 +1263,8 @@ event_manager::CheckQuery() {
|
||||
+ to_string( m_workevent->Params[ 9 ].asMemCell->Value2(), 2 ) + "]" );
|
||||
}
|
||||
else {
|
||||
/*
|
||||
// TODO: re-enable when cell manager is in place
|
||||
// lista wszystkich
|
||||
for( TGroundNode *Current = nRootOfType[ TP_MEMCELL ]; Current; Current = Current->nNext ) {
|
||||
WriteLog( "Memcell \"" + Current->asName + "\": "
|
||||
+ Current->MemCell->Text() + " "
|
||||
+ std::to_string( Current->MemCell->Value1() ) + " "
|
||||
+ std::to_string( Current->MemCell->Value2() ) );
|
||||
}
|
||||
*/
|
||||
simulation::Memory.log_all();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user