Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2009, 6:00:13 PM (15 years ago)
Author:
Aurelian
Message:

Respawning changed, not possible anymore, not completely working. Movable Entity is now able to cause damage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gametypes/src/orxonox/objects/gametypes/Asteroids.h

    r2970 r2986  
    5050              { this->firstCheckpointReached_ = reached; }
    5151
     52        protected:
     53            virtual void spawnPlayer(PlayerInfo* player);
     54
    5255        private:
    5356            bool firstCheckpointReached_;
    5457            bool gameEnded_;
     58            bool firstTimeSpawned_;
    5559
    5660    };
Note: See TracChangeset for help on using the changeset viewer.