warning--
This commit is contained in:
parent
f7e41b2e3e
commit
b33d28cf4b
2 changed files with 2 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
PitotSystem::PitotSystem ( SGPropertyNode *node )
|
PitotSystem::PitotSystem ( SGPropertyNode *node )
|
||||||
:
|
:
|
||||||
name("pitot"),
|
num(0),
|
||||||
num(0)
|
name("pitot")
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
for ( i = 0; i < node->nChildren(); ++i ) {
|
for ( i = 0; i < node->nChildren(); ++i ) {
|
||||||
|
|
|
@ -151,7 +151,6 @@ time_t FGScheduledFlight::processTimeString(const string& theTime)
|
||||||
{
|
{
|
||||||
int weekday;
|
int weekday;
|
||||||
int timeOffsetInDays;
|
int timeOffsetInDays;
|
||||||
int targetDate;
|
|
||||||
int targetHour;
|
int targetHour;
|
||||||
int targetMinute;
|
int targetMinute;
|
||||||
int targetSecond;
|
int targetSecond;
|
||||||
|
|
Loading…
Add table
Reference in a new issue