Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 30, 2006, 2:55:49 AM (18 years ago)
Author:
patrick
Message:

isOnGround bug found and repair station workd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/single_player_map/src/world_entities/npcs/repair_station.cc

    r8931 r8941  
    120120
    121121
     122
     123
     124
     125void RepairStation::activate()
     126{}
     127
     128void RepairStation::deactivate()
     129{}
     130
     131void RepairStation::toggleRotation()
     132{}
     133
     134
    122135/**
    123136 * ticks the door
     
    129142    ((InteractiveModel*)this->getModel(0))->tick(time);
    130143
    131   if( !this->bOpen)
    132   {
    133     if( this->checkOpen())
    134     {
    135       this->open();
    136     }
    137   }
    138   else
    139   {
    140     if( !this->checkOpen())
    141     {
    142       this->close();
    143     }
    144   }
    145144
    146145}
Note: See TracChangeset for help on using the changeset viewer.