diff options
| author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-21 15:24:49 +0000 |
|---|---|---|
| committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-21 15:24:49 +0000 |
| commit | 4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64 (patch) | |
| tree | 67fc6704e4735cbc6f21d368dba349e9aed768eb /src/messageout.cpp | |
| parent | 28f6096586bf4e3465140f48f1eae54f11fef88d (diff) | |
| download | manaserv-4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64.tar.gz manaserv-4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64.tar.xz manaserv-4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64.zip | |
More complete implementation of startListen and stopListen, told CVS to ignore
some files and compile fixes (it actually compiles now, just don't expect it to
do anything useful)
Diffstat (limited to 'src/messageout.cpp')
| -rw-r--r-- | src/messageout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messageout.cpp b/src/messageout.cpp index 7542b69..d939366 100644 --- a/src/messageout.cpp +++ b/src/messageout.cpp @@ -24,7 +24,7 @@ #include "messageout.h" MessageOut::MessageOut(): - packet(NULL) + packet(0) { } |
