summaryrefslogtreecommitdiffstats
path: root/src/Net/Packets/HostListPacket.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-29 20:28:26 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-29 20:28:26 +0200
commit07768a871691433e2f3c490aa14c45cde40e00b4 (patch)
treeebbed7642368809834f1a502b0b4a165f41559b9 /src/Net/Packets/HostListPacket.h
parentcc617dba41d5acfc43552847cdd747e7ea8c67da (diff)
downloadmad-07768a871691433e2f3c490aa14c45cde40e00b4.tar
mad-07768a871691433e2f3c490aa14c45cde40e00b4.zip
Status in HostInfo hei?t jetzt State
Diffstat (limited to 'src/Net/Packets/HostListPacket.h')
-rw-r--r--src/Net/Packets/HostListPacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Net/Packets/HostListPacket.h b/src/Net/Packets/HostListPacket.h
index 4d0b2d0..2cec9b0 100644
--- a/src/Net/Packets/HostListPacket.h
+++ b/src/Net/Packets/HostListPacket.h
@@ -33,7 +33,7 @@ namespace Packets {
class HostListPacket : public Packet {
protected:
struct HostData {
- uint16_t status;
+ uint16_t state;
};
uint16_t *nHosts;