beautify comment
This commit is contained in:
@@ -192,10 +192,12 @@ namespace OpenRA
|
|||||||
|
|
||||||
switch (OrderString)
|
switch (OrderString)
|
||||||
{
|
{
|
||||||
// Format:
|
/*
|
||||||
// u8 : orderID.
|
* Format:
|
||||||
// 0xFF: Full serialized order.
|
* u8: orderID.
|
||||||
// varies: rest of order.
|
* 0xFF: Full serialized order.
|
||||||
|
* varies: rest of order.
|
||||||
|
*/
|
||||||
default:
|
default:
|
||||||
// TODO: specific serializers for specific orders.
|
// TODO: specific serializers for specific orders.
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user