# HG changeset patch # User Adam Kaminski # Date 1608907297 18000 # Fri Dec 25 09:41:37 2020 -0500 # Node ID ba6b7372e802b99b41df5e70b9ce9063ca9e473e # Parent 69aabcc96c45e1173563161661c1e5b4ac104e4a Network commands that reference a line's ID or a sector's tag now pass them as an unsigned short. diff -r 69aabcc96c45 -r ba6b7372e802 protocolspec/spec.sectors.txt --- a/protocolspec/spec.sectors.txt Sun Dec 20 23:33:31 2020 -0500 +++ b/protocolspec/spec.sectors.txt Fri Dec 25 09:41:37 2020 -0500 @@ -36,7 +36,7 @@ EndCommand Command SetSectorColorByTag - Short tag + UShort tag Byte red Byte green Byte blue @@ -51,7 +51,7 @@ EndCommand Command SetSectorFadeByTag - Short tag + UShort tag Byte red Byte green Byte blue @@ -79,7 +79,7 @@ EndCommand Command SetSectorRotationByTag - Short tag + UShort tag # The angle here is sent in degrees. Short ceilingRotation Short floorRotation @@ -125,7 +125,7 @@ Command SetSectorLink Sector sector - Short tag + UShort tag Byte ceiling Byte moveType EndCommand @@ -207,7 +207,7 @@ EndCommand Command SetLineTextureByID - Short lineID + UShort lineID String textureName Bool side Byte position