Merge pull request #123 from yamikaitou/master

Fix compile error
This commit is contained in:
Vincent Herbet 2014-08-18 14:36:49 +02:00
commit bcbf454255

View File

@ -1038,13 +1038,13 @@ enum
#define TE_PLAYERATTACHMENT 124 #define TE_PLAYERATTACHMENT 124
/** /**
* TE_KILLPLAYERATTACHMENTS * Will expire all TENTS attached to a player.
* *
* @note * @note
* write_byte(TE_KILLPLAYERATTACHMENTS) * write_byte(TE_KILLPLAYERATTACHMENTS)
* write_byte(entity index of player) * write_byte(entity index of player)
*/ */
#define TE_KILLPLAYERATTACHMENTS 125 * Will expire all TENTS attached to a player. #define TE_KILLPLAYERATTACHMENTS 125
/** /**
* Much more compact shotgun message * Much more compact shotgun message