Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7954 in orxonox.OLD for trunk/src/world_entities/playable.h


Ignore:
Timestamp:
May 29, 2006, 3:28:41 PM (18 years ago)
Author:
patrick
Message:

trunk: merged the network branche back to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.h

    r7412 r7954  
    8181  virtual void tick(float dt);
    8282
    83   // NETWORK
    84   int       writeSync(const byte* data, int length, int sender);
    85   int       readSync(byte* data, int maxLength );
    86   bool      needsReadSync();
    87 
    88 
    8983  // Transformations:
    9084  static Playable::Playmode stringToPlaymode(const std::string& playmode);
     
    115109  int                   oldFlags;           //!< Used for synchronisation
    116110
    117   int                   score;
    118   int                   oldScore;
     111  int                   score;              //!< players score
    119112
    120113  bool                  bDead;
Note: See TracChangeset for help on using the changeset viewer.