From 86ea50dfdd07718942952d57545b5eea609d13ac Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Sat, 26 Apr 2008 08:18:34 +0000 Subject: [PATCH] amb1624: revision 3234 was accidentally undone --- plugins/include/message_const.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/include/message_const.inc b/plugins/include/message_const.inc index 3e2d462f..3624bd4a 100644 --- a/plugins/include/message_const.inc +++ b/plugins/include/message_const.inc @@ -372,6 +372,8 @@ enum // write_coord(position.z) // write_short(model index) // write_byte(scale / 10) +// write_byte(size) +// write_byte(brightness) #define TE_BEAMRING 24 // Connect a beam ring to two entities // write_byte(TE_BEAMRING) @@ -697,7 +699,7 @@ enum #define TE_PLAYERSPRITES 121 // Sprites emit from a player's bounding box (ONLY use for players!) // write_byte(TE_PLAYERSPRITES) -// write_byte(playernum) +// write_short(playernum) // write_short(sprite modelindex) // write_byte(count) // write_byte(variance) (0 = no variance in size) (10 = 10% variance in size)