message_const: Add placeholder titles for TE_* messages missing a description

This commit is contained in:
Valentin Grünbacher 2014-08-05 20:18:16 +02:00
parent 9885c926e9
commit 3a232f1576

View File

@ -254,7 +254,7 @@ enum
#define TE_LIGHTNING 7 #define TE_LIGHTNING 7
/** /**
* * TE_BEAMENTS
* *
* @note * @note
* write_byte(TE_BEAMENTS) * write_byte(TE_BEAMENTS)
@ -490,7 +490,7 @@ enum
#define TE_BEAMFOLLOW 22 #define TE_BEAMFOLLOW 22
/** /**
* * TE_GLOWSPRITE
* *
* @note * @note
* write_byte(TE_GLOWSPRITE) * write_byte(TE_GLOWSPRITE)
@ -580,7 +580,7 @@ enum
#define TE_ELIGHT 28 #define TE_ELIGHT 28
/** /**
* * TE_TEXTMESSAGE
* *
* @note * @note
* write_byte(TE_TEXTMESSAGE) * write_byte(TE_TEXTMESSAGE)
@ -605,7 +605,7 @@ enum
#define TE_TEXTMESSAGE 29 #define TE_TEXTMESSAGE 29
/** /**
* * TE_LINE
* *
* @note * @note
* write_byte(TE_LINE) * write_byte(TE_LINE)
@ -623,7 +623,7 @@ enum
#define TE_LINE 30 #define TE_LINE 30
/** /**
* * TE_BOX
* *
* @note * @note
* write_byte(TE_BOX) * write_byte(TE_BOX)
@ -650,7 +650,7 @@ enum
#define TE_KILLBEAM 99 #define TE_KILLBEAM 99
/** /**
* * TE_LARGEFUNNEL
* *
* @note * @note
* write_byte(TE_LARGEFUNNEL) * write_byte(TE_LARGEFUNNEL)
@ -833,7 +833,7 @@ enum
#define TE_ARMOR_RICOCHET 111 #define TE_ARMOR_RICOCHET 111
/** /**
* * TE_PLAYERDECAL
* *
* @note * @note
* write_byte(TE_PLAYERDECAL) * write_byte(TE_PLAYERDECAL)
@ -1032,7 +1032,7 @@ enum
#define TE_PLAYERATTACHMENT 124 #define TE_PLAYERATTACHMENT 124
/** /**
* * TE_KILLPLAYERATTACHMENTS
* *
* @note * @note
* write_byte(TE_KILLPLAYERATTACHMENTS) * write_byte(TE_KILLPLAYERATTACHMENTS)