Unified the doxy-comment format.
This commit is contained in:
@@ -8,9 +8,13 @@
|
||||
|
||||
|
||||
|
||||
/// Converts an angle in radians into a byte representation used by the network protocol
|
||||
/** Converts an angle in radians into a byte representation used by the network protocol */
|
||||
#define ANGLE_TO_PROTO(X) static_cast<Byte>(X * 255 / 360)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// cSplashPotionEntityCallback:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user