Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2008, 3:10:16 PM (16 years ago)
Author:
scheusso
Message:

some changes in packetgenerator/decoder and gamestatemanager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/PacketTypes.h

    r790 r986  
    3737    int size;                       //!< total size of data
    3838    // new ---- change functions
     39    int base_id;                  // if gamestate is diffed this is the id of the old gamestate (base)
    3940    bool diffed;
    4041    unsigned char *data;            //!< pointer to data
     
    5253    int normsize;                   //!< size of uncompressed data
    5354    // new ----- change functions
     55    int base_id;                  // if gamestate is diffed this is the id of the old gamestate (base)
    5456    bool diffed;
    5557    unsigned char *data;            //!< gamestate data
Note: See TracChangeset for help on using the changeset viewer.