From ab9debf3fa91f3b36c6739f4affbdc187e78113d Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 13 Mar 2005 01:16:52 +0000 Subject: * Moved Being public char *speech to private std::string speech * Moved Being public PATH_NODE *path to private std::list path * Fixed warping issue which corrupted player (which also applies to respawning) * Got rid of sound error in Setup window --- src/net/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net') diff --git a/src/net/protocol.h b/src/net/protocol.h index 2f4911d5..ea746412 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -31,7 +31,7 @@ #define SMSG_PLAYER_UPDATE_1 0x01d8 // #define SMSG_PLAYER_UPDATE_2 0x01d9 // #define SMSG_MOVE_PLAYER_BEING 0x01da // A nearby player moves - +#define SMSG_CHANGE_BEING_LOOKS 0x00c3 // /** Packet length by id */ -- cgit v1.2.3-70-g09d2