Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 18, 2009, 1:34:14 PM (14 years ago)
Author:
scheusso
Message:

changes in PlayerInfo and Rocket (and scene)
not yet working in network though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/particles2/src/orxonox/infos/PlayerInfo.h

    r6082 r6087  
    9292        private:
    9393            void networkcallback_changedcontrollableentityID();
     94            void networkcallback_changedtemporarycontrollableentityID();
    9495            void networkcallback_changedgtinfoID();
    9596            void updateGametypeInfo();
     
    9899            Controller* controller_;
    99100            ControllableEntity* controllableEntity_;
    100             WeakPtr<ControllableEntity> oldControllableEntity_;
     101            ControllableEntity* temporaryControllableEntity_;
    101102            unsigned int controllableEntityID_;
     103            unsigned int temporaryControllableEntityID_;
    102104
    103105            const GametypeInfo* gtinfo_;
Note: See TracChangeset for help on using the changeset viewer.