Fix RoF+ OP_InterruptCast

This commit is contained in:
Michael Cook (mackal)
2016-12-06 14:12:11 -05:00
parent 0ab0c5c117
commit baf9336617
4 changed files with 0 additions and 24 deletions
-11
View File
@@ -1560,17 +1560,6 @@ namespace RoF2
FINISH_ENCODE();
}
ENCODE(OP_InterruptCast)
{
ENCODE_LENGTH_EXACT(InterruptCast_Struct);
SETUP_DIRECT_ENCODE(InterruptCast_Struct, structs::InterruptCast_Struct);
OUT(spawnid);
OUT(messageid);
FINISH_ENCODE();
}
ENCODE(OP_ItemLinkResponse) { ENCODE_FORWARD(OP_ItemPacket); }
ENCODE(OP_ItemPacket)