File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
GeneralsMD/Code/GameEngine/Source/GameNetwork Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1261,6 +1261,9 @@ NetLoadCompleteCommandMsg::NetLoadCompleteCommandMsg() : NetCommandMsg() {
12611261 m_commandType = NETCOMMANDTYPE_LOADCOMPLETE;
12621262}
12631263
1264+ NetLoadCompleteCommandMsg::~NetLoadCompleteCommandMsg () {
1265+ }
1266+
12641267size_t NetLoadCompleteCommandMsg::getPackedByteCount () const {
12651268 return sizeof (NetPacketLoadCompleteMessage);
12661269}
@@ -1272,6 +1275,9 @@ NetTimeOutGameStartCommandMsg::NetTimeOutGameStartCommandMsg() : NetCommandMsg()
12721275 m_commandType = NETCOMMANDTYPE_TIMEOUTSTART;
12731276}
12741277
1278+ NetTimeOutGameStartCommandMsg::~NetTimeOutGameStartCommandMsg () {
1279+ }
1280+
12751281size_t NetTimeOutGameStartCommandMsg::getPackedByteCount () const {
12761282 return sizeof (NetPacketTimeOutGameStartMessage);
12771283}
You can’t perform that action at this time.
0 commit comments