16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 11:09:19 +02:00

Cleaning up after __fastcall remove.

Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
Firleju
2015-04-15 23:49:51 +02:00
parent 9eb087b96e
commit a11d21673e
35 changed files with 137 additions and 96 deletions

View File

@@ -40,7 +40,7 @@ using namespace Timer;
const double fTimeMax = 1.00; //[s] maksymalny czas aktualizacji w jednek klatce
__fastcall TWorld::TWorld()
TWorld::TWorld()
{
// randomize();
// Randomize();
@@ -60,7 +60,7 @@ __fastcall TWorld::TWorld()
fTime50Hz = 0.0; // bufor czasu dla komunikacji z PoKeys
}
__fastcall TWorld::~TWorld()
TWorld::~TWorld()
{
Global::bManageNodes = false; // Ra: wy³¹czenie wyrejestrowania, bo siê sypie
TrainDelete();