mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 01:19:18 +02:00
Cleaning up after __fastcall remove.
Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "Ground.h"
|
||||
#include "Event.h"
|
||||
|
||||
__fastcall TTrackFollower::TTrackFollower()
|
||||
TTrackFollower::TTrackFollower()
|
||||
{
|
||||
pCurrentTrack = NULL;
|
||||
pCurrentSegment = NULL;
|
||||
@@ -30,7 +30,7 @@ __fastcall TTrackFollower::TTrackFollower()
|
||||
fOffsetH = 0.0; // na starcie stoi na środku
|
||||
}
|
||||
|
||||
__fastcall TTrackFollower::~TTrackFollower() {}
|
||||
TTrackFollower::~TTrackFollower() {}
|
||||
|
||||
bool TTrackFollower::Init(TTrack *pTrack, TDynamicObject *NewOwner, double fDir)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user