mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
added class members initializations
This commit is contained in:
10
TrkFoll.cpp
10
TrkFoll.cpp
@@ -21,16 +21,6 @@ http://mozilla.org/MPL/2.0/.
|
||||
#include "DynObj.h"
|
||||
#include "Event.h"
|
||||
|
||||
TTrackFollower::TTrackFollower()
|
||||
{
|
||||
pCurrentTrack = NULL;
|
||||
pCurrentSegment = NULL;
|
||||
fCurrentDistance = 0;
|
||||
pPosition = vAngles = vector3(0, 0, 0);
|
||||
fDirection = 1; // jest przodem do Point2
|
||||
fOffsetH = 0.0; // na starcie stoi na środku
|
||||
}
|
||||
|
||||
TTrackFollower::~TTrackFollower()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user