| # | Line 81 | Line 81 | typedef struct { | |
|---|---|---|
| 81 | } connect_reply; | |
| 82 | ||
| 83 | //um, status of the server? :/ | |
| 84 | + | //probably obsolete. revive again once i do something crazy |
| 85 | + | //like make a master server |
| 86 | typedef struct { | |
| 87 | char name[256]; | |
| 88 | uint32_t numplayers; //signature="STATUS\0\0" | |
| # | Line 196 | Line 198 | enum FlatlineEvent { | |
| 198 | ||
| 199 | ||
| 200 | ||
| 199 | – | |
| 201 | enum { | |
| 202 | STATE_ALIVE, | |
| 203 | STATE_DEAD, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |