Ignore:
Timestamp:
Aug 20, 2011, 11:47:49 AM (13 years ago)
Author:
gumby
Message:

stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/MSVC/Mariusnet_Defs.h

    r588 r589  
    11//to client
     2#include "Mariusnet_Public.h"
    23enum
    34{
     
    176177typedef struct
    177178{
    178         short unknown16;
    179         short type;
    180         int options;
    181         int timelimit;
    182         int checksum;
    183         short difficulty;
    184         short maxplayers;
    185         short teamrandomseed;
    186         short maxteams; //-1
    187         int planningtime;
    188         int unusedint;
    189         int unusedint_2;
    190         short unknown16_2;
    191         short pluginflag;
    192         char pluginlist[512];
    193         int clientversion;//0xc136e436
    194         int unknownint;
    195         short status;
    196         short numplayers;
    197         char action;
    198         char pad[3];
    199         char Buffer[128];
    200 } m_gamedescription;
    201 
    202 typedef struct
    203 {
    204         short port;
    205         short zero;
    206         m_gamedescription g;
    207 } m_announcegame;
    208 
    209 typedef struct
    210 {
    211179        unsigned int    gameID;
    212180        unsigned int    ipAddress;
Note: See TracChangeset for help on using the changeset viewer.